File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # abs-utils
1+ # Abs-Utilities (Abs-Utils)
2+
3+ ## Introduction:
4+
5+ This module is a simple collection of common functions.
6+ Check out the ` dist/abs-utils.d.ts ` file for a summary of what it contains.
7+
8+ > "If I could marry a mathematical formula, it would be ` proportionalRange() ` ."
9+ > -Abstractn, 2019
10+
11+ This collection will be expanded in the future following my personal necessities.
12+
13+
14+ ## CDN:
15+
16+ Typescript:
17+ ``` https://abstractn.github.io/lib/abs-utils.ts ```
18+
19+ Javascript (with export):
20+ ``` https://abstractn.github.io/lib/abs-utils.js ```
21+
22+ Javascript (without export):
23+ ``` https://abstractn.github.io/lib/abs-utils.nx.js ```
24+
25+ Browser iclusion:
26+ ``` <script src="https://abstractn.github.io/lib/abs-utils.nx.js"></script> ```
Original file line number Diff line number Diff line change 11{
22 "name" : " abs-utilities" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "description" : " A simple personal collection of utility methods, aliases and polyfills" ,
55 "types" : " dist/abs-utils.d.ts" ,
66 "browser" : " dist/abs-utils.js" ,
1919 " typescript" ,
2020 " javascript" ,
2121 " utils" ,
22+ " utilities" ,
2223 " quick" ,
2324 " alias" ,
2425 " polyfill" ,
You can’t perform that action at this time.
0 commit comments