UNPKG

jsmodern

Version:

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

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