UNPKG

@holgerengels/compute-engine

Version:

Symbolic computing and numeric evaluations for JavaScript and Node.js

3 lines (2 loc) 136 B
/* 0.26.0-alpha2 */ import type { Type } from './types'; export declare function typeToString(type: Type, precedence?: number): string;