UNPKG

@altostra/core

Version:

Core library for shared types and logic

6 lines (5 loc) 171 B
/** * Convert an Epoch time to a Date object. * @see https://www.epochconverter.com/programming/#javascript */ export declare const fromEpoch: (epoch: number) => Date;