13 lines
279 B
TypeScript
13 lines
279 B
TypeScript
import type { JSONSchema7 } from 'json-schema';
|
|
|
|
declare const _exports: {
|
|
'2.0.0': JSONSchema7;
|
|
'2.1.0': JSONSchema7;
|
|
'2.2.0': JSONSchema7;
|
|
'2.3.0': JSONSchema7;
|
|
'2.4.0': JSONSchema7;
|
|
'2.5.0': JSONSchema7;
|
|
'2.6.0': JSONSchema7;
|
|
};
|
|
export = _exports;
|