Skip to content

Commit

Permalink
Added typescript typing
Browse files Browse the repository at this point in the history
  • Loading branch information
James Moey committed May 12, 2016
1 parent 5fdbfd5 commit 21ddf29
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
declare module "php-unserialize" {
function unserialize(data: string): any;
function unserializeSession(data: string): any;
}

0 comments on commit 21ddf29

Please sign in to comment.