Skip to content

Abstractn/abs-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Abs-Utilities (Abs-Utils)

npm version Install size

Introduction:

This module is a simple collection of common functions. Check out the dist/abs-utils.d.ts file for a summary of what it contains.

"If I could marry a mathematical formula, it would be proportionalRange()." -Abstractn, 2019

This collection will be expanded in the future following my personal necessities.

CDN:

Typescript: https://abstractn.github.io/lib/abs-utils.ts

Javascript (with export): https://abstractn.github.io/lib/abs-utils.js

Javascript (without export): https://abstractn.github.io/lib/abs-utils.nx.js

Browser iclusion: <script src="https://abstractn.github.io/lib/abs-utils.nx.js"></script>