sjcl: Allow loading as an external module

This commit is contained in:
Adrien Bustany
2014-10-09 21:41:41 +02:00
parent 6ba439cd01
commit 375dcfc11b
+4
View File
@@ -554,3 +554,7 @@ declare module sjcl {
}
}
}
declare module "sjcl" {
export = sjcl;
}