# can-type

> Type definitions

Latest version **1.1.6** (published 2020-09-23) · MIT license · 0 weekly downloads

## Install

```sh
npm install can-type
pnpm add can-type
yarn add can-type
bun add can-type
```

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.6 |
| Published | 2020-09-23 |
| First published | 2019-05-23 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Unpacked size | 53.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | DoneJS Contributors |
| Maintainers | phillipskevin, matthewp, m-mujica, chasen, cherif_b, mattchewone |
| Keywords | canjs, types |

## Links

- npm: https://www.npmjs.com/package/can-type
- Repository: https://github.com/canjs/can-type
- Homepage: https://canjs.com/doc/can-type.html
- Issues: https://github.com/canjs/can-type/issues
- npm.io page: https://npm.io/package/can-type

## Dependencies (4)

- [can-string](https://npm.io/package/can-string.md) ^1.1.0
- [can-symbol](https://npm.io/package/can-symbol.md) ^1.6.5
- [can-reflect](https://npm.io/package/can-reflect.md) ^1.17.10
- [can-namespace](https://npm.io/package/can-namespace.md) ^1.0.0

## 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.1.6 (latest) — 2020-09-23
- 1.0.0-pre.8 (pre) — 2019-09-11
- 1.1.5 — 2020-08-03
- 1.1.4 — 2019-11-26
- 1.1.3 — 2019-11-01
- 1.1.2 — 2019-10-17
- 1.1.1 — 2019-10-10
- 1.1.0 — 2019-10-10
- 1.0.3 — 2019-10-10
- 1.0.2 — 2019-10-09
- 1.0.1 — 2019-10-08
- 1.0.0 — 2019-10-03
- 1.0.0-pre.9 — 2019-09-20
- 1.0.0-pre.7 — 2019-09-10
- 1.0.0-pre.6 — 2019-09-10
- … 23 more at https://npm.io/package/can-type/versions

## README

# can-type

[![Build Status](https://travis-ci.org/DoneJS/can-type.svg?branch=master)](https://travis-ci.org/DoneJS/can-type) [![Greenkeeper badge](https://badges.greenkeeper.io/canjs/can-type.svg)](https://greenkeeper.io/)

Type definitions

## Usage

### ES6 use

With StealJS, you can import this module directly in a template that is autorendered:

```js
import plugin from 'can-type';
```

### CommonJS use

Use `require` to load `can-type` and everything else
needed to create a template that uses `can-type`:

```js
var plugin = require("can-type");
```

### Standalone use

Load the `global` version of the plugin:

```html
<script src='./node_modules/can-type/dist/global/can-type.js'></script>
```

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