Merge pull request #44 from iddan-flycode/patch-1

Make obsolete public
This commit is contained in:
Ruben Vermeersch 2022-01-19 15:37:10 +01:00 committed by GitHub
commit 2e7e5b6be8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
pofile.d.ts vendored
View File

@ -21,8 +21,8 @@ declare class Item {
public comments: string[];
public extractedComments: string[];
public flags: Record<string, boolean | undefined>;
public obsolete: boolean;
private nplurals: number;
private obsolete: boolean;
public toString(): string;
}