Skip to content

kata-ai/kata-utils

Repository files navigation

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

About

A things that help you develop your service

Resources

License

Stars

Watchers

Forks

Packages

No packages published