UNPKG

grafast

Version:

Cutting edge GraphQL planning and execution engine

8 lines 341 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.timeSource = void 0; // performance.now() is supported in most modern browsers, plus node. exports.timeSource = typeof performance !== "undefined" && typeof performance.now === "function" ? performance : Date; //# sourceMappingURL=timeSource.js.map