diff --git a/types/index.d.ts b/types/index.d.ts index fffbb7a..e5ad7b2 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -4,7 +4,7 @@ * @constructor */ declare class RefResolver { - + /** * @param {object} opts - Options for the resolver. * @param {boolean} opts.allowEqualDuplicates - Whether to allow schemas with equal ids to be added to the resolver.