Skip to content

Commit

Permalink
Tweaked type definition
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorLeach96 committed Aug 18, 2018
1 parent 2acd2a6 commit 824eb34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "the-vladiator",
"version": "1.3.4",
"version": "1.3.5",
"description": "Javascript validation and assertion library for checking incoming parameters.",
"main": "vladiator.js",
"types": "vladiator.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions vladiator.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ declare module 'the-vladiator'{
//! Nesting

recursive(): this
extract(field: string): this
extract(field?: string): this

open(field: string): this
open(field?: string): this

//! Value

Expand Down

0 comments on commit 824eb34

Please sign in to comment.