1.7.0-1 • Published 3 years ago
silkjs v1.7.0-1
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)
1.7.0-1
3 years ago
1.7.0-0
4 years ago
1.6.1
4 years ago
1.6.0
4 years ago
1.5.3
4 years ago
1.5.2
4 years ago
1.5.1
4 years ago
1.5.0
4 years ago
1.4.1
4 years ago
1.4.0
4 years ago
1.3.0
4 years ago
1.2.1
4 years ago
1.2.0
4 years ago
1.1.6
4 years ago
1.1.5
4 years ago
1.1.4
4 years ago
1.1.3
4 years ago
1.1.2
4 years ago
1.1.1
4 years ago
1.0.0
4 years ago