UNPKG

148 BTypeScriptView Raw
1/// <reference types="node" />
2import { Transform } from 'stream';
3export default function compileTranslations(defaultLanguage: string): Transform;