mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2026-04-05 20:33:20 +02:00
6 lines
147 B
JavaScript
6 lines
147 B
JavaScript
'use strict';
|
|
require('../../modules/es.symbol');
|
|
var path = require('../../internals/path');
|
|
|
|
module.exports = path.Object.getOwnPropertySymbols;
|