mirror of
https://github.com/Redocly/redoc.git
synced 2025-02-07 05:20:32 +03:00
6 lines
252 B
TypeScript
6 lines
252 B
TypeScript
|
// Generated by typings
|
||
|
// Source: https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/7de6c3dd94feaeb21f20054b9f30d5dabc5efabd/json-pointer/json-pointer.d.ts
|
||
|
declare module "json-schema-instantiator" {
|
||
|
var x: any;
|
||
|
export default x;
|
||
|
}
|