1.0.4 • Published 8 years ago

dacore-webpack-declarations v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
8 years ago

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.