Skip to content

Commit 3ac954a

Browse files
committed
upgrade to latest docs-ts
1 parent 9a4c6fa commit 3ac954a

File tree

4 files changed

+319
-325
lines changed

4 files changed

+319
-325
lines changed

docs/modules/PathReporter.ts.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ Added in v1.0.0
1212

1313
<h2 class="text-delta">Table of contents</h2>
1414

15-
- [PathReporter (constant)](#pathreporter-constant)
16-
- [failure (function)](#failure-function)
17-
- [success (function)](#success-function)
15+
- [PathReporter](#pathreporter)
16+
- [failure](#failure)
17+
- [success](#success)
1818

1919
---
2020

21-
# PathReporter (constant)
21+
# PathReporter
2222

2323
**Signature**
2424

@@ -28,7 +28,7 @@ export const PathReporter: Reporter<Array<string>> = ...
2828

2929
Added in v1.0.0
3030

31-
# failure (function)
31+
# failure
3232

3333
**Signature**
3434

@@ -38,7 +38,7 @@ export function failure(es: Array<ValidationError>): Array<string> { ... }
3838

3939
Added in v1.0.0
4040

41-
# success (function)
41+
# success
4242

4343
**Signature**
4444

0 commit comments

Comments
 (0)