UNPKG

jsmodern

Version:

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

9 lines 260 B
import { PrototypeStruct } from '..'; export declare type FirstIndexFn = () => number; export declare const firstIndex: PrototypeStruct; declare global { interface String { firstIndex: FirstIndexFn; } } //# sourceMappingURL=first-index.d.ts.map