Skip to content
This repository has been archived by the owner on Mar 20, 2022. It is now read-only.

Commit

Permalink
Merge branch 'unindented-patch-1'
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Armstrong <paul@spaceyak.com>
  • Loading branch information
paularmstrong committed Apr 17, 2018
2 parents 84bac9d + 8dc6ca0 commit 9e427ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Expand Up @@ -47,7 +47,7 @@ export type Schema =
schema.Object[] |
schema.Union[] |
schema.Values[] |
{[key: string]: Schema};
{[key: string]: Schema | Schema[]};

export function normalize(
data: any,
Expand Down

0 comments on commit 9e427ff

Please sign in to comment.