@jeff-tian/perceptron
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

@jeff-tian/perceptron

感知器。如果不允许使用 &&, || 等逻辑运算,程序该怎么写?

npm download NPM version Build Status Dependencies Status Coverage Status code style: prettier

安装

npm install @jeff-tian/perceptron

使用

import Perceptron from '@jeff-tian/perceptron'
assert(Perceptron.not(true) === false)

开发

  1. 修改代码后跑

    npm test

    确保测试通过。

  2. git commit

  3. npm version patch/minor/major

  4. npm publish

Readme

Keywords

none

Package Sidebar

Install

npm i @jeff-tian/perceptron

Weekly Downloads

7

Version

0.1.2

License

ISC

Unpacked Size

56.5 kB

Total Files

30

Last publish

Collaborators

  • jeff-tian