npm.io
1.0.0-beta.10 • Published 5 years ago

@ied/calc

Licence
MIT
Version
1.0.0-beta.10
Deps
0
Size
11 kB
Vulns
0
Weekly
0

Calc

Install

yarn add @ied/calc

Use

import calc from '@ied/calc'

const x = calc('1 + 2 * 100')
// 201

Types

type Calc = (string: string) => number