UNPKG

json-schema-library

Version:

Customizable and hackable json-validator and json-schema utilities for traversal, data generation and validation

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