UNPKG
schema-fun
Version:
latest (1.0.0-alpha.5)
1.0.0-alpha.5
1.0.0-alpha.4
1.0.0-alpha.3
1.0.0-alpha.2
1.0.0-alpha.1
JSON schema tools
github.com/jstone-dev/schematools
jstone-dev/schematools
schema-fun
/
dist
/
errors.d.ts
6 lines
•
235 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
class
SchemaError
extends
Error
{
context
:
object
|
undefined
;
innerError
:
any
;
constructor
(
message
:
string
|
undefined
,
context
?:
object
|
undefined
,
innerError
?:
any
); }
//# sourceMappingURL=errors.d.ts.map