mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-12-06 04:43:52 +01:00
5 lines
109 B
JavaScript
5 lines
109 B
JavaScript
'use strict';
|
|
var wellKnownSymbol = require('../internals/well-known-symbol');
|
|
|
|
exports.f = wellKnownSymbol;
|