https://github.com/abstractn/abs-utils
Collection of useful functions and aliases
https://github.com/abstractn/abs-utils
dom-utilities javascript-utilities typescript-utilities utilities-library
Last synced: about 2 months ago
JSON representation
Collection of useful functions and aliases
- Host: GitHub
- URL: https://github.com/abstractn/abs-utils
- Owner: Abstractn
- License: mit
- Created: 2023-11-08T01:17:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-02T08:50:56.000Z (11 months ago)
- Last Synced: 2025-03-21T03:05:38.884Z (2 months ago)
- Topics: dom-utilities, javascript-utilities, typescript-utilities, utilities-library
- Language: TypeScript
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Abs-Utilities (Abs-Utils)
[](https://www.npmjs.com/package/abs-utilities) [](https://packagephobia.com/result?p=abs-utilities)
## 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, 2019This 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:
``````