UNPKG

@redocly/respect-core

Version:
7 lines 233 B
// Function from @redocly/cli export function getExecutionTime(startedAt) { return process.env.NODE_ENV === 'test' ? '<test>ms' : `${Math.ceil(performance.now() - startedAt)}ms`; } //# sourceMappingURL=time.js.map