Skip to content

kakuilan/js-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

aafef87 · Oct 12, 2024
May 9, 2024
May 9, 2024
Oct 12, 2024
May 9, 2024
May 10, 2024
May 9, 2024
May 9, 2024
May 9, 2024
May 9, 2024
May 9, 2024
May 12, 2024
Oct 12, 2024
May 9, 2024
May 10, 2024
May 9, 2024
May 9, 2024
May 9, 2024
Oct 12, 2024
May 9, 2024
May 9, 2024
May 9, 2024
May 9, 2024
May 10, 2024

Repository files navigation

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