Skip to content

Commit 8b9098f

Browse files
committed
Add doc comment to test ajvValidator
1 parent 23d9faa commit 8b9098f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/dds/tree/src/test/codec/ajvValidator.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,7 @@ const ajvJsonValidator: JsonValidator = {
7070
},
7171
};
7272

73+
/**
74+
* A {@link FormatValidator} powered by {@link ajvJsonValidator}.
75+
*/
7376
export const ajvValidator = toFormatValidator(ajvJsonValidator);

0 commit comments

Comments
 (0)