main
Last change
on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
369 bytes
|
Line | |
---|
1 | 'use strict';
|
---|
2 | require('../../modules/es.object.to-string');
|
---|
3 | require('../../modules/es.array.iterator');
|
---|
4 | require('../../modules/es.weak-map');
|
---|
5 | require('../../modules/esnext.weak-map.of');
|
---|
6 | require('../../modules/esnext.weak-map.delete-all');
|
---|
7 | require('../../modules/esnext.weak-map.emplace');
|
---|
8 | var path = require('../../internals/path');
|
---|
9 |
|
---|
10 | module.exports = path.WeakMap.of;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.