Skip to content

imin-ltd/models-ts-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install deps:

npm install

Build types (this also checks the types):

npm run build

This will generate .d.ts files and .js files into -> /dist so that this library can be used by normal JS users as well as TS.

This /dist code will need to be committed, so that users can use it.

NPM will resolve the module's code and types using the module and typings fields in package.json respectively.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published