UNPKG

@vandres/ngx-translate-extract-marker

Version:

Function to manually mark strings to be extracted using ngx-translate-extract

2 lines (1 loc) 90 B
export declare function marker<T extends string | string[]>(key: T, context?: string): T;