Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 210 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 210 Bytes

add

this is a ts demo lib for showing how to do npm distribution stuffs

get started

just run yarn add kio-add or npm install kio-add

import add from 'kio-add'

console.log(add(1,3))