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 FirstItem { firstItem(): string; } export declare const firstItem: PrototypeStruct; declare global { interface String extends FirstItem { } } export {}; //# sourceMappingURL=first-item.d.ts.map