import WeakMap from './WeakMap'; /** Used to store function metadata. */ var metaMap = WeakMap && new WeakMap; export default metaMap;