UNPKG

@biesbjerg/ngx-translate-extract

Version:

Extract strings from projects using ngx-translate

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