mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-09 19:44:56 +02:00
11 lines
388 B
JavaScript
11 lines
388 B
JavaScript
'use strict';
|
|
// https://github.com/tc39/proposal-setmap-offrom
|
|
require('../modules/esnext.map.from');
|
|
require('../modules/esnext.map.of');
|
|
require('../modules/esnext.set.from');
|
|
require('../modules/esnext.set.of');
|
|
require('../modules/esnext.weak-map.from');
|
|
require('../modules/esnext.weak-map.of');
|
|
require('../modules/esnext.weak-set.from');
|
|
require('../modules/esnext.weak-set.of');
|