UNPKG

msw

Version:

Seamless REST/GraphQL API mocking library for browser and Node.js.

10 lines (8 loc) 220 B
interface GetTimestampOptions { milliseconds?: boolean; } /** * Returns a timestamp string in a "HH:MM:SS" format. */ declare function getTimestamp(options?: GetTimestampOptions): string; export { getTimestamp };