UNPKG

@vaulverin/orca-sdk

Version:

Typescript SDK for the Orca protocol.

8 lines (7 loc) 178 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.nowMS = void 0; function nowMS() { return new Date().getTime(); } exports.nowMS = nowMS;