Skip to content

Commit

Permalink
upgrade to latest docs-ts
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti committed Feb 5, 2020
1 parent 9a4c6fa commit 3ac954a
Show file tree
Hide file tree
Showing 4 changed files with 319 additions and 325 deletions.
12 changes: 6 additions & 6 deletions docs/modules/PathReporter.ts.md
Expand Up @@ -12,13 +12,13 @@ Added in v1.0.0

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

- [PathReporter (constant)](#pathreporter-constant)
- [failure (function)](#failure-function)
- [success (function)](#success-function)
- [PathReporter](#pathreporter)
- [failure](#failure)
- [success](#success)

---

# PathReporter (constant)
# PathReporter

**Signature**

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

Added in v1.0.0

# failure (function)
# failure

**Signature**

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

Added in v1.0.0

# success (function)
# success

**Signature**

Expand Down

0 comments on commit 3ac954a

Please sign in to comment.