UNPKG

pokie

Version:

A server-side video slot game logic framework for JavaScript and TypeScript.

4 lines (3 loc) 85 B
export interface BuildableFromArray<T = string> { fromArray(value: T[]): this; }