UNPKG

@design-automation/mobius-inline-funcs

Version:
8 lines (7 loc) 188 B
/** * Creates a new list, with the items in reverse order. * * @param list The list to reverse. * @returns A new list. */ export declare function listRev(list: any[]): any[];