UNPKG

@redocly/respect-core

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