UNPKG

qpace

Version:

📊 The Quant SDK for Python and Javascript. Written in Rust.

13 lines (12 loc) • 272 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "uuidv4", { enumerable: true, get: function() { return uuidv4; } }); const { v4: _uuidv4 } = require("uuid"); const uuidv4 = ()=>_uuidv4();