1.13.0 • Published 1 year ago

@arthurka/ts-reset v1.13.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

All dependencies Reported vulnerabilities Commits NPM-version Total downloads Developed by\ Publish size Install size Minified size Minified + gzipped size

@arthurka/ts-reset@1.13.0

Fixes and improves TypeScript types.

Installation

@arthurka/ts-reset is available via NPM:

$ npm i -D @arthurka/ts-reset@1.13.0

Usage

It's also recommended to install @total-typescript/ts-reset as dev dependency.

#1 Full (recommended)

tsconfig.json:

"compilerOptions": {
  "types": [
    "@types/node",
    "@total-typescript/ts-reset",
    "@arthurka/ts-reset",
  ],
},

#2 Also full usage

tsconfig.json:

"compilerOptions": {
  "include": [
    "src",
  ],
},

src/custom.d.ts:

import '@total-typescript/ts-reset';
import '@arthurka/ts-reset';

#3 Partial usage

tsconfig.json:

"compilerOptions": {
  "include": [
    "src",
  ],
},

src/custom.d.ts:

import '@total-typescript/ts-reset/dist/filter-boolean';
import '@arthurka/ts-reset/dist/Fetch';
import '@arthurka/ts-reset/dist/Boolean';

Testing

$ npm test

Your improve suggestions and bug reports are welcome any time.

1.13.0

1 year ago

1.12.1

1 year ago

1.12.0

1 year ago

1.11.0

1 year ago

1.10.0

1 year ago

1.9.0

2 years ago

1.8.0

2 years ago

1.7.0

2 years ago

1.6.0

2 years ago

1.5.0

2 years ago

1.4.1

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago