1.7.0-1 • Published 2 years ago

silkjs v1.7.0-1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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 functionality
  • silkjs.SString - Some string functionality
  • silkjs.STest - Easier testing support
  • silkjs.SConsole - Console colors and progress bars
  • silkjs.SRandom - More random functionality
  • silkjs.SDebug - Better debugging outputs
  • silkjs.STime - Better time stuff (Work in progress, only has one function)
1.7.0-1

2 years ago

1.7.0-0

2 years ago

1.6.1

2 years ago

1.6.0

2 years ago

1.5.3

2 years ago

1.5.2

2 years ago

1.5.1

2 years ago

1.5.0

2 years ago

1.4.1

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.0.0

2 years ago