UNPKG

sort-es

Version:

Blazing fast, tree-shakeable, type-safe, modern utility library to sort any type of array in less than 1 KB!

3 lines (2 loc) 86 B
declare const asyncGenerator: <T>(value: T) => Promise<T>; export { asyncGenerator };