silkjs
v1.7.0-1
Published
**Silkymark** is a node package by me, *Silkyway*. There are a bunch of methods that I normally use that are annoying to implement every time so I put them in a package. # How to Install Install by typing `npm i silkjs` in your node project! Then use
Downloads
4
Readme
Introduction
SilkJS is a node package by me, Silkyway. There are a bunch of methods that I normally use that are annoying to implement every time so I put them in a package.
How to Install
Install by typing npm i silkjs
in your node project!
Javascript:
const silkjs = require('silkjs')
var whatever = new silkjs.whatever();
Typescript:
import { Whatever } from 'silkjs';
const whatever = new Whatever();
Methods
silkjs.SMath
- Some math functionalitysilkjs.SString
- Some string functionalitysilkjs.STest
- Easier testing supportsilkjs.SConsole
- Console colors and progress barssilkjs.SRandom
- More random functionalitysilkjs.SDebug
- Better debugging outputssilkjs.STime
- Better time stuff(Work in progress, only has one function)