New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

rcpbox-checktype

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rcpbox-checktype

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

latest
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

type-check 모듈

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

사용법

var type = require('rcpbox-checkbox');
var str = '',
	obj = {};

type(str); // 'string'
type(obj); // 'object'

Keywords

checktype

FAQs

Package last updated on 19 Jul 2016

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