[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Node module to easily check if an object is an ES6 WeakMap

License

Notifications You must be signed in to change notification settings

arthurvr/is-weakmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

is-weakmap Build Status

Node module to easily check if an object is an ES6 WeakMap

Installation

$ npm install is-weakmap --save

Usage

const isWeakMap = require('is-weakmap');

isWeakMap(new WeakMap());
//=> true

isWeakMap({});
//=> false

Related

License

MIT © Arthur Verschaeve

About

Node module to easily check if an object is an ES6 WeakMap

Resources

License

Stars

Watchers

Forks

Packages

No packages published