mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 21:00:01 +08:00
Rename Pako namespace to pako to allow use with browserifyed library (#10124)
This commit is contained in:
committed by
Mohamed Hegazy
parent
fc595bd854
commit
1074806a34
4
pako/pako.d.ts
vendored
4
pako/pako.d.ts
vendored
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user