UNPKG

@designliquido/delegua

Version:

Linguagem de programação simples e moderna usando português estruturado.

8 lines 413 B
import { InterpretadorInterface } from '../interfaces'; import { PrimitivaInterface } from '../interfaces/primitiva-interface'; export declare const implementacaoParticao: (interpretador: InterpretadorInterface, texto: any, separador: any, ...args: any[]) => Promise<any>; declare const _default: { [nome: string]: PrimitivaInterface; }; export default _default; //# sourceMappingURL=primitivas-texto.d.ts.map