source:
trip-planner-front/node_modules/less/lib/less-node/fs.js@
59329aa
Last change on this file since 59329aa was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 216 bytes |
Rev | Line | |
---|---|---|
[6a3a178] | 1 | "use strict"; |
2 | Object.defineProperty(exports, "__esModule", { value: true }); | |
3 | var fs; | |
4 | try { | |
5 | fs = require('graceful-fs'); | |
6 | } | |
7 | catch (e) { | |
8 | fs = require('fs'); | |
9 | } | |
10 | exports.default = fs; | |
11 | //# sourceMappingURL=fs.js.map |
Note:
See TracBrowser
for help on using the repository browser.