New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@idan-loo/expression

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@idan-loo/expression

基于后缀表达式的表达式生成,计算库

  • 0.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-85.71%
Maintainers
1
Weekly downloads
 
Created
Source

expression

基于后缀表达式的表达式生成,计算库

使用方法

npm 下载

npm i --save expression

在代码中引入

import Expression from '@idan-loo/expression'

// 随机获得一个表达式
const expr = Expression.make()
// 格式化为中缀表达式
console.log(expr.infix)
// 格式化为后缀表达式
console.log(expr.postfix)
// 计算结果
console.log(expr.result)

更新记录

v0.1.0

Feats:
  • 实现功能

FAQs

Package last updated on 12 Mar 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc