Merge pull request #39 from rubenv/revert-38-patch-1
Revert "Fix type of PO.Item"
This commit is contained in:
commit
d6937a7da2
2
pofile.d.ts
vendored
2
pofile.d.ts
vendored
@ -36,7 +36,7 @@ declare class PO {
|
||||
public static parse(data: string): PO;
|
||||
public static parsePluralForms(forms: string): PO;
|
||||
public static load(fileName: string, callback: (err: NodeJS.ErrnoException, po: PO) => void): void;
|
||||
public static Item: Item;
|
||||
public static Item: typeof Item;
|
||||
|
||||
public save(fileName: string, callback: (err: NodeJS.ErrnoException) => void): void;
|
||||
public toString(): string;
|
||||
|
Loading…
Reference in New Issue
Block a user