UNPKG

@vendure/ngx-translate-extract

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