UNPKG

ngx-translate-extract

Version:

Extract strings from projects using ngx-translate. Forked from biesbjerg/ngx-translate-extract

5 lines (4 loc) 182 B
import { CompilerInterface } from '../compilers/compiler.interface'; export declare class CompilerFactory { static create(format: string, options?: {}): CompilerInterface; }