ts-lib-starter-samurai
v0.0.1
Published
<description>
Downloads
2
Readme
Typescript Library
This is a typescript library built with ts-lib-starter. Make yours now ->
Installation
npm i <package> #npm
yarn add <package> #yarn
pnpm add <package> #pnpmUsage
import package from '<package>';
package.doSomething();