1.0.7 • Published 3 years ago
test_fbl v1.0.7
Test NPM
这是一个npm的测试包
使用方法
npm i test_fbl
import Test from 'test_fbl'
const newTest = Test.create()
const arr = [1,2,3,4,5]
console.log(newTest.add(arr)) // 15
这是一个npm的测试包
使用方法
npm i test_fbl
import Test from 'test_fbl'
const newTest = Test.create()
const arr = [1,2,3,4,5]
console.log(newTest.add(arr)) // 15