botbook/node_modules/json-schema-library/dist/lib/utils/uniqueItems.d.ts
Rodrigo Rodriguez 6ae15fe3e5 Updated.
2024-09-04 13:13:15 -03:00

4 lines
173 B
TypeScript

/**
* @returns list with unique values only
*/
export declare function uniqueItems(list: (number | string | boolean | null | undefined)[]): (string | number | boolean)[];