Rename Pako namespace to pako to allow use with browserifyed library (#10124)

This commit is contained in:
Mitchell Wills
2016-07-19 16:25:14 -07:00
committed by Mohamed Hegazy
parent fc595bd854
commit 1074806a34

4
pako/pako.d.ts vendored
View File

@@ -3,7 +3,7 @@
// Definitions by: Denis Cappellin <http://github.com/cappellin>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare namespace Pako {
declare namespace pako {
/**
* Compress data with deflate algorithm and options.
@@ -59,5 +59,5 @@ declare namespace Pako {
}
declare module 'pako' {
export = Pako;
export = pako;
}