1.0.8 • Published 1 year ago

wecal v1.0.8

Weekly downloads
3
License
ISC
Repository
github
Last release
1 year 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

1 year ago

1.0.7

3 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago