UNPKG

@holgerengels/compute-engine

Version:

Symbolic computing and numeric evaluations for JavaScript and Node.js

5 lines (4 loc) 259 B
/* 0.26.0-alpha2 */ import type { Type } from './types'; export declare function parseType(s: undefined): undefined; export declare function parseType(s: string | Type): Type; export declare function parseType(s: string | Type | undefined): Type | undefined;