UNPKG

influxdb-nodejs

Version:
11 lines (8 loc) 172 B
'use strict'; const map = new WeakMap(); module.exports = function internal(object) { if (!map.has(object)) { map.set(object, {}); } return map.get(object); };