mirror of
https://github.com/thangisme/notes.git
synced 2026-07-27 01:53:58 -04:00
Initial commit
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
var WeakMap = require('./_WeakMap');
|
||||
|
||||
/** Used to store function metadata. */
|
||||
var metaMap = WeakMap && new WeakMap;
|
||||
|
||||
module.exports = metaMap;
|
||||
Reference in New Issue
Block a user