UNPKG

@jupyterlab/services

Version:

Client APIs for the Jupyter services REST APIs

6 lines (5 loc) 231 B
/** * Validate a property as being on an object, and optionally * of a given type and among a given set of values. */ export declare function validateProperty(object: any, name: string, typeName?: string, values?: any[]): void;