source:
trip-planner-front/node_modules/core-js/internals/shared-key.js@
76712b2
Last change on this file since 76712b2 was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 196 bytes |
Line | |
---|---|
1 | var shared = require('../internals/shared'); |
2 | var uid = require('../internals/uid'); |
3 | |
4 | var keys = shared('keys'); |
5 | |
6 | module.exports = function (key) { |
7 | return keys[key] || (keys[key] = uid(key)); |
8 | }; |
Note:
See TracBrowser
for help on using the repository browser.