UNPKG

@toreda/time

Version:

Simple, small footprint library for common time operations and converting between units of time.

8 lines (7 loc) 229 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.timeNowOffset = timeNowOffset; const now_1 = require("../now"); function timeNowOffset(offset) { return (0, now_1.timeNow)().add(offset); }