# @dwlib/types

> Types

Latest version **1.0.1** (published 2022-03-21) · MIT license · 0 weekly downloads

## Install

```sh
npm install @dwlib/types
pnpm add @dwlib/types
yarn add @dwlib/types
bun add @dwlib/types
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2022-03-21 |
| First published | 2022-03-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 2 |
| Unpacked size | 72.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Pavel Wolf |
| Maintainers | pavelwolfdark |
| Keywords | types |

## Links

- npm: https://www.npmjs.com/package/@dwlib/types
- Repository: https://github.com/dwlib-js/types
- Homepage: https://github.com/dwlib-js/types#readme
- Issues: https://github.com/dwlib-js/types/issues
- npm.io page: https://npm.io/package/@dwlib/types

## Dependencies (2)

- [@dwlib/intrinsics](https://npm.io/package/@dwlib/intrinsics.md) ^1.0.2
- [@dwlib/primordials](https://npm.io/package/@dwlib/primordials.md) ^1.0.3

## Alternatives

- [@openai/codex-sdk](https://npm.io/package/@openai/codex-sdk.md) — 731.4K weekly downloads
- [babel-plugin-transform-react-jsx](https://npm.io/package/babel-plugin-transform-react-jsx.md) — 565.0K weekly downloads
- [babel-helper-remove-or-void](https://npm.io/package/babel-helper-remove-or-void.md) — 508.5K weekly downloads
- [@pnpm/store-controller-types](https://npm.io/package/@pnpm/store-controller-types.md) — 186.9K weekly downloads
- [react-native-signature-canvas](https://npm.io/package/react-native-signature-canvas.md) — 155.6K weekly downloads

## Recent versions

- 1.0.1 (latest) — 2022-03-21
- 1.0.0 — 2022-03-21

## README

# Types

## Install
`npm i --save @dwlib/types`

## Usage
```javascript
// CJS
const Types = require('@dwlib/types');
const IsType = require('@dwlib/types/<FunctionName>');
const IsCallable = require('@dwlib/types/isCallable');
const IsClassConstructor = require('@dwlib/types/isClassConstructor');
const IsConstructor = require('@dwlib/types/isConstructor');
const IsObject = require('@dwlib/types/isObject');
// ESM
import Types from '@dwlib/types';
import IsType from '@dwlib/types/<FunctionName>';
import IsCallable from '@dwlib/types/isCallable';
import IsClassConstructor from '@dwlib/types/isClassConstructor';
import IsConstructor from '@dwlib/types/isConstructor';
import IsObject from '@dwlib/types/isObject';
```

---
_Source: https://npm.io/package/@dwlib/types · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
