source: node_modules/@swagger-api/apidom-reference/cjs/util/polyfills/fs/standard-import.cjs

main
Last change on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 255 bytes
Line 
1"use strict";
2
3exports.__esModule = true;
4var _fs = require("fs");
5Object.keys(_fs).forEach(function (key) {
6 if (key === "default" || key === "__esModule") return;
7 if (key in exports && exports[key] === _fs[key]) return;
8 exports[key] = _fs[key];
9});
Note: See TracBrowser for help on using the repository browser.