UNPKG

jsmodern

Version:

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

11 lines 275 B
import type { PrototypeStruct } from '../index.js'; interface Insert { insert(index: number, s: string): string; } export declare const insert: PrototypeStruct; declare global { interface String extends Insert { } } export {}; //# sourceMappingURL=insert.d.ts.map