UNPKG

mout

Version:

Modular Utilities

6 lines (5 loc) 147 B
/** * Insert item into array if not already present. */ declare function insert(arr: any, ...restItems: any[]): any; export default insert;