UNPKG

promisified-properties

Version:

Handle .properties file via promisified and typed API

8 lines (7 loc) 107 B
export type Entry = { key: string; value?: string; }; export type Comment = { text: string; };