UNPKG

actionhero

Version:

The reusable, scalable, and quick node.js API server for stateless and stateful applications

5 lines (4 loc) 120 B
/** * Return only the unique values in an Array. */ export declare function arrayUnique(arr: Array<any>): Array<any>;