UNPKG
foop
Version:
beta (5.0.0)
latest (5.0.0)
5.0.0
interfaces that describe their intentions.
github.com/fluents/chain-able
fluents/chain-able
foop
/
deps
/
is
/
weakMapUsable.js
9 lines
(8 loc)
•
191 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
/** *
@desc
If possible, use a WeakMap. *
@name
isWeakMapUsable
*
@TODO
isWeakCollectionUsable
*
@since
5.0.0-beta.6 *
@type
{
boolean
} */
module
.
exports
=
typeof
WeakMap
===
'function'