UNPKG

firebase-dates-util

Version:

A util package to transform dates string, numbers or Date Objects to firebase Timestamp and viceversa

6 lines (5 loc) 136 B
declare class TimestampUtil { static onlineTest(): string; static toTimestamp(date: unknown): void; } export { TimestampUtil };