UNPKG

astl

Version:

AssemblyScript-STL (Standard Template Library, migrated from the C++)

1 lines 67 B
export declare type Comparator<X, Y = X> = (x: X, y: Y) => boolean;