UNPKG

locutus

Version:

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

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