UNPKG

locutus

Version:

Locutus other languages' standard libraries to JavaScript for fun and educational purposes

4 lines (3 loc) 134 B
type GoTimeInput = Date | string | number; export declare function Before(left: GoTimeInput, right: GoTimeInput): boolean; export {};