Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 308 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 308 Bytes

js-helper

k`s javascript helper/library/utils

install

npm i @kakuilan/js-helper
#or
yarn add @kakuilan/js-helper

usage

import { Kencrypt, Kdatetime } from '@kakuilan/js-helper';

let s = Kdatetime.nowSecond();
let d = Kencrypt.md5('123456');

other

  • version 1.0.0