dacore-webpack-declarations
v1.0.4
Published
Generates a single typescript declaration file from daCore source files
Downloads
17
Maintainers
Readme
This library takes separate .d.ts files and bundles them into one single declaration file, which can be used by the daCore framework.
Separate declaration files that are generated if you add declaration:true to tsconfig.json are taken together to form a new declaration file.
All the available classes and interfaces found are made available as if they were an internal typescript module.
