@burglekitt/gmt
Version:
Temporal-based date and time utilities with timezone support and polyfill integration
12 lines (11 loc) • 389 B
TypeScript
export * from "./getUtcDay.js";
export * from "./getUtcHour.js";
export * from "./getUtcMicrosecond.js";
export * from "./getUtcMillisecond.js";
export * from "./getUtcMinute.js";
export * from "./getUtcMonth.js";
export * from "./getUtcNanosecond.js";
export * from "./getUtcNow.js";
export * from "./getUtcNowUnit.js";
export * from "./getUtcSecond.js";
export * from "./getUtcYear.js";