@wmvmjs/dts-bundle
v0.0.7
Published
This library was generated with [Nx](https://nx.dev).
Downloads
10
Readme
dts-bundle
This library was generated with Nx.
Building
Run nx build dts-bundle
to build the library.
Running unit tests
Run nx test dts-bundle
to execute the unit tests via Jest.
// 示例配置和使用 let options = { main: path.join(__dirname, "../../../../", "dist/packages/di/src", "index.d.ts"), output: path.join(__dirname, "../../../../", "dist/packages/di/src", "bundle3.d.ts") };
let result = bundle(options); console.log("Bundling complete. Output at:", options.output);