Skyline/node_modules/ow/dist/utils/random-id.js

4 lines
138 B
JavaScript
Raw Normal View History

2021-11-22 17:39:03 +00:00
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = () => Math.random().toString(16).slice(2);