space -> tab

This commit is contained in:
Caleb Eggensperger
2017-02-13 14:29:03 -05:00
parent f80e883ded
commit 4d0bbd9260

2
pako/index.d.ts vendored
View File

@@ -17,7 +17,7 @@ declare namespace Pako {
to?: 'string';
}
export interface InflateOptions {
export interface InflateOptions {
windowBits?: number;
raw?: boolean;
to?: 'string';