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

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: 118 bytes
Line 
1/**
2 * This is polyfill for Node.js >=v12.20.0
3 * which doesn't support node protocol imports.
4 */
5export * from 'fs';
Note: See TracBrowser for help on using the repository browser.