UNPKG

jsmodern

Version:

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

11 lines 262 B
import type { PrototypeStruct } from '../index.js'; interface LastItem { lastItem(): string; } export declare const lastItem: PrototypeStruct; declare global { interface String extends LastItem { } } export {}; //# sourceMappingURL=last-item.d.ts.map