UNPKG

@design-automation/mobius-inline-funcs

Version:
8 lines (7 loc) 267 B
/** * Create a number or convert a string, boolean, or unit to a number. * When value is a matrix, all elements will be converted to numbers. * @param val A value of any type. * @returns A number/numbers. */ export declare function number(val: any): any;