1.0.11 • Published 5 years ago

@tstackgl/stackgl-types v1.0.11

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

External types

To use definitions in this package install it with

yarn add @tstackgl/stackgl-types

and include in your tsconfig.json

  "compilerOptions": {
    "typeRoots": ["node_modules/@types", "node_modules/@tstackgl"]
  }