1.0.0 • Published 2 years ago

frieden.js v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

What is Sakura.js

Aim to build a util package bringing u a warm feeling like sakura

How to use Sakura.js

1,installation

 npm i sakura

2,example

 const {checkType}  = require('sakura.js')
 let result = checkType([1,2,3],'Array')
 console.log(result) // true

3,API

function nameeffectusageexampleoutput
checkTypecheck input typecheckType(data,type)checkType(1,2,3,'Array')Boolean