UNPKG

jsmodern

Version:

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

11 lines 272 B
import type { PrototypeStruct } from '../index.js'; interface FirstIndex { firstIndex(): number; } export declare const firstIndex: PrototypeStruct; declare global { interface String extends FirstIndex { } } export {}; //# sourceMappingURL=first-index.d.ts.map