kata-utils
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

kata-utils

A things that help you develop your service

Install

npm install --save kata-utils

Usage

import * as utils from "kata-utils";
 
export default function(arg: number) {
    return utils.hash(arg);
}

Docs

1. hash()

Function for generating hash based on sha1 algorithm

hash()
8e70d3415397194aebf21d2e527d1900839e2dea
 
hash(7)
9c939d4

License

MIT © kata-ai

Readme

Keywords

Package Sidebar

Install

npm i kata-utils

Weekly Downloads

2

Version

1.0.6

License

ISC

Unpacked Size

4.29 kB

Total Files

9

Last publish

Collaborators

  • aliarham