'use strict';

// WeakMap for storing metadata
var WM = require('es6-weak-map');
var metadata = new WM();

module.exports = metadata;