Skip to content

Commit

Permalink
Step 21.22: Declare meteor/jalik:ufs module
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and DAB0mB committed Dec 14, 2016
1 parent 7f4a6a1 commit 2d0eb86
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions typings/jalik-ufs.d.ts
@@ -0,0 +1,11 @@
declare module "meteor/jalik:ufs" {
interface Uploader {
start: () => void;
}

interface UploadFS {
Uploader: (options: any) => Uploader;
}

export var UploadFS;
}

0 comments on commit 2d0eb86

Please sign in to comment.