# rcpbox-checktype

> 자바스크립트의 데이터 유형을 체크하여 해당 값을 문자열로 반환하는 모듈입니다.

Latest version **0.0.1** (published 2016-07-19) · ISC license · 0 weekly downloads

## Install

```sh
npm install rcpbox-checktype
pnpm add rcpbox-checktype
yarn add rcpbox-checktype
bun add rcpbox-checktype
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.1 |
| Published | 2016-07-19 |
| First published | 2016-07-19 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | rcpbox |
| Keywords | checktype |

## Links

- npm: https://www.npmjs.com/package/rcpbox-checktype
- npm.io page: https://npm.io/package/rcpbox-checktype

## Recent versions

- 0.0.1 (latest) — 2016-07-19

## README

# type-check 모듈

자바스크립트의 데이터 유형을 체크하여 해당 값을 문자열로 반환하는 모듈.

## 사용법

```js
var type = require('rcpbox-checkbox');
var str = '',
	obj = {};

type(str); // 'string'
type(obj); // 'object'
```

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