Revert "Fix type of PO.Item"
This commit is contained in:
		
							
								
								
									
										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 parse(data: string): PO; | ||||||
|     public static parsePluralForms(forms: string): PO; |     public static parsePluralForms(forms: string): PO; | ||||||
|     public static load(fileName: string, callback: (err: NodeJS.ErrnoException, po: PO) => void): void; |     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 save(fileName: string, callback: (err: NodeJS.ErrnoException) => void): void; | ||||||
|     public toString(): string; |     public toString(): string; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user