UNPKG

jsmodern

Version:

An extension to existing JavaScript, influenced by other great languages such as Rust, Dart, Java, Golang, etc.

12 lines 321 B
import type { PrototypeStruct } from '../index.js'; export declare function dateIsDate(x: any): boolean; interface IsDate { isDate(x: any): boolean; } export declare const isDate: PrototypeStruct; declare global { interface DateConstructor extends IsDate { } } export {}; //# sourceMappingURL=is-date.d.ts.map