mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-03-29 17:08:21 +08:00
removed private function
This commit is contained in:
11
jsonschema/jsonschema.d.ts
vendored
11
jsonschema/jsonschema.d.ts
vendored
@@ -98,17 +98,6 @@ declare module "jsonschema" {
|
||||
* @param urn
|
||||
*/
|
||||
getSchema(urn: string): {};
|
||||
|
||||
/**
|
||||
* Validates an instance against the schema (the actual work horse)
|
||||
* @param instance
|
||||
* @param schema
|
||||
* @param options
|
||||
* @param ctx
|
||||
* @private
|
||||
* @return {IJSONSchemaResult}
|
||||
*/
|
||||
validateSchema(instance: any, schema: {}, options?: {}, ctx?: {}): IJSONSchemaResult
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user