yarn add @ied/calc
import calc from '@ied/calc' const x = calc('1 + 2 * 100') // 201
type Calc = (string: string) => number