UNPKG

@dalet-oss/lexorank

Version:

A reference implementation of a list ordering system like JIRA's Lexorank algorithm

6 lines (5 loc) 211 B
export declare const lexoHelper: { arrayCopy: typeof arrayCopy; }; declare function arrayCopy(sourceArray: any, sourceIndex: any, destinationArray: any, destinationIndex: any, length: any): void; export {};