UNPKG

twing

Version:

First-class Twig engine for the JavaScript ecosystem

4 lines (3 loc) 174 B
type Comparator = (a: any, b: any) => Promise<-1 | 0 | 1>; export declare const sortAsynchronously: (array: Array<any>, comparator: Comparator) => Promise<any[]>; export {};