1 | ;
|
2 | /*!
|
3 | * @license mktemp Copyright(c) 2013 sasa+1
|
4 | * https://github.com/sasaplus1/mktemp
|
5 | * Released under the MIT license.
|
6 | */
|
7 | function __export(m) {
|
8 | for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
9 | }
|
10 | Object.defineProperty(exports, "__esModule", { value: true });
|
11 | __export(require("./src/dir"));
|
12 | __export(require("./src/file"));
|
13 | //# sourceMappingURL=index.js.map |
\ | No newline at end of file |