@5app/esm-helpers 中文文档教程
ESM Helpers
ESM Helpers 提供垫片以使用 ESM 与 NodeJS 一起工作
import {dirName, requireJSON} from 'esm-helpers';
// Recreate __dirname
const __dirname === dirName(import.meta);
// Load JSON files from a relative path
// Replaces `require('./package.json')`
const myJSON = await requireJSON(import.meta, './package.json');
ESM Helpers
ESM Helpers provides shims for working with NodeJS using ESM
import {dirName, requireJSON} from 'esm-helpers';
// Recreate __dirname
const __dirname === dirName(import.meta);
// Load JSON files from a relative path
// Replaces `require('./package.json')`
const myJSON = await requireJSON(import.meta, './package.json');
更多
你可能也喜欢
- 1k-utils 中文文档教程
- 4q 中文文档教程
- @36node/redux-xlsx 中文文档教程
- @3zs/flagger 中文文档教程
- @aaa-backend-stack/polyfills 中文文档教程
- @aawfrancois/server-babel-express 中文文档教程
- @aayu-tech/json-sign 中文文档教程
- @abbott-platform/abbott-framework 中文文档教程
- @ace-rbk/ckeditor-build-full-options 中文文档教程
- @achicu/babel-plugin-dead-code-elimination 中文文档教程