Searched refs:isConstant (Results 1 – 2 of 2) sorted by relevance
27 function isConstant(schema: object): boolean;
324 export function isConstant(schema) { function353 return altSchemas.every(altSchemasItem => isConstant(altSchemasItem));
Completed in 3 milliseconds