/** * @import { TimeLike } from "../index.js" */ /** * More permissive than toInt, as it allows -Infinity and +Infinity * and rounds non-whole numbers * @param {TimeLike} arg * @returns {number} - use number instead of Date for time, because Date doesn't make any sense for the emulator */ export function toTime(arg: TimeLike): number; import type { TimeLike } from "../index.js"; //# sourceMappingURL=Time.d.ts.map