UNPKG

jsmodern

Version:

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

11 lines 261 B
import type { PrototypeStruct } from '../index.js'; interface IsEmpty { isEmpty(): boolean; } export declare const isEmpty: PrototypeStruct; declare global { interface Map<K, V> extends IsEmpty { } } export {}; //# sourceMappingURL=is-empty.d.ts.map