UNPKG

@extra2001/compute-engine

Version:

Symbolic computing and numeric evaluations for JavaScript and Node.js

5 lines (4 loc) 276 B
/* 0.28.0 */ import type { BoxedSymbol } from './boxed-symbol'; import type { BoxedExpression } from '../global-types'; export declare function isWildcard(expr: BoxedExpression): expr is BoxedSymbol; export declare function wildcardName(expr: BoxedExpression): string | null;