Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.

Commit

Permalink
lib/fromJSON TypeScript definition file
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti committed Jan 30, 2016
1 parent 8bddfb2 commit c173782
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/fromJSON.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import t from '../.'

declare function fromJSON<T>(value: any, type: t.Type<T>): T;

export default fromJSON

0 comments on commit c173782

Please sign in to comment.