UNPKG

@melonproject/protocol

Version:

Technology Regulated and Operated Investment Funds

7 lines (6 loc) 207 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const randomString = (length = 4) => Math.random() .toString(36) .substr(2, length); exports.randomString = randomString;