0.0.3 • Published 1 year ago
lowdashtool v0.0.3
Introduction
A modern JavaScript/Typescript utility library
Utils
name | description | test |
---|---|---|
copy | 📌 Shallow copy object | ✅ |
os | 📌 Return the current os | ✅ |
typeOf | 📌 Return the type of variable | ✅ |
Data Structures
name | description | test |
---|---|---|
Doubly Linked List | ||
Singly Linked List ❌ | ||
Binary Search Tree ❌ |
- Math
- Geometry
- String
- Time
- Container
- Algorithm
- shuffle
Docs 📖
How to use
npm install lowdashtool
import { typeOf } from "lowdashtool"
console.log(typeOf("133")) //String