mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-27 11:40:08 +08:00
Merge pull request #2951 from abustany/sjcl-module
sjcl: Allow loading as an external module
This commit is contained in:
Vendored
+4
@@ -554,3 +554,7 @@ declare module sjcl {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
declare module "sjcl" {
|
||||
export = sjcl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user