UNPKG

flooent

Version:

Fluent interface to provide an expressive syntax for common manipulations.

3 lines (2 loc) 160 B
export declare function splitWord(word: any): string[]; export declare function getNthIndex<T>(array: T[], indexOrFn: number | ((item: T) => boolean)): number;