Socket
Book a DemoInstallSign in
Socket

@arthurka/ts-reset

Package Overview
Dependencies
Maintainers
0
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arthurka/ts-reset

[![All dependencies](https://img.shields.io/librariesio/release/npm/@arthurka/ts-reset/1.13.0?style=flat-square "All dependencies of @arthurka/ts-reset@1.13.0")](https://libraries.io/npm/@arthurka/ts-reset/1.13.0) [![Reported vulnerabilities](https://img.

latest
Source
npmnpm
Version
1.13.0
Version published
Maintainers
0
Created
Source

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.

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.

FAQs

Package last updated on 07 Jul 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts