1.0.8 • Published 2 months ago

wecal v1.0.8

Weekly downloads
3
License
ISC
Repository
github
Last release
2 months ago

wecal

中文

npm npm bundle size npm GitHub

install

npm install wecal
# common JS
const wecal = require('wecal')
# es6
import wecal from 'wecal'

use

const str = '-(-5+(-2*33//3****4)-2)+((5*6)/2+2)-23*4/2+43'
const value = wecal.dealBracket(str)

function

functionparameterdefaultrequireddescription
dealBracketstringstringrequireda string include expression
1.0.8

2 months ago

1.0.7

2 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago