登录 注册
当前位置:主页 > 资源下载 > 9 > 简化逻辑陈述

简化逻辑陈述

  • 更新:2024-07-24 11:27:38
  • 大小:256KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

简化逻辑陈述 采取逻辑陈述并将其简化。 用法 将简化函数应用于以下概述的一种类型。 例子 消除双重否定 import { simplify , NotStatement } from 'simplify-logic-statement-ts' const myNotStatement : NotStatment < string> = { type : LogicalStatementType . not , statement : { LogicalStatementType . not , statement : { LogicalStatementType . statement , statement : 'statement 3' , } , } , } simplify ( myNotStatement ) // {