hgiasac / stringee-types

Stringee TypeScript definition types

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stringee TypeScript definition types

Usage

Install the package.

npm i @hgiasac/stringee-types

Import types to the tsconfig.json file

{
  "compilerOptions": {
    "types": [
      "@hgiasac/stringee-types"
    ]
  }
}

About

Stringee TypeScript definition types

License:MIT License