NeutronScott12 / Scotts_Utilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scott's Utitiles

Just some common functions

Installation

import { hashPassword, logger, sluggify ... and more check ./src } from 'scotts_utilities'

const hashPassword = hashPassword(stuff)

logger('info').error({level: 'info', message: error})

const url_slug = sluggify('my title') // my-title

Using NPM:

npm install scotts_utilities

About


Languages

Language:TypeScript 100.0%