mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 23:00:17 +00:00
5 lines
150 B
JavaScript
5 lines
150 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
function noop() { }
|
|
exports.noop = noop;
|
|
//# sourceMappingURL=noop.js.map
|