UNPKG

@ocap/util

Version:

utils shared across multiple forge js libs, works in both node.js and browser

4 lines 142 B
//#region src/create-sorted-list.d.ts declare const createSortedList: (list: $TSFixMe) => unknown[]; //#endregion export { createSortedList };