- Prefijo v2: MCH - TRACEABILITY-MASTER.yml creado - Listo para integracion como submodulo Workspace: v2.0.0 | SIMCO: v4.0.0
3 lines
147 B
TypeScript
3 lines
147 B
TypeScript
import type { Scalar } from '../nodes/Scalar';
|
|
export declare function stringifyNumber({ format, minFractionDigits, tag, value }: Scalar): string;
|