UNPKG

@vendure/ngx-translate-extract

Version:

Extract strings from projects using ngx-translate

11 lines (10 loc) 231 B
export class StripPrefixPostProcessor { options; name = 'StripPrefix'; constructor(options) { this.options = options; } process(draft) { return draft.stripKeyPrefix(this.options.prefix); } }