UNPKG

jsmodern

Version:

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

9 lines 244 B
import { PrototypeStruct } from '..'; export declare type ShuffleFn = () => void; export declare const shuffle: PrototypeStruct; declare global { interface Array<T> { shuffle: ShuffleFn; } } //# sourceMappingURL=shuffle.d.ts.map