1.0.27 • Published 6 years ago
tidbits v1.0.27
freddy-javascript-utils
a javascript library of useful (?) "out-of-the-beaten-path" tidbits :-)
These tidbits DO NOT contain ANY dependencies: that's the whole point of this module :-)
These are useful lightweight(ish) methods that I find I use over and over again
- ...or that I want kept somewhere for reference on how to do this or that...
EACH METHOD is self contained, so...
- ...a fine way to use these functions is to simply cut-and-paste them into your code (use this repo as reference)
IMPORTANT: you can enable TREE SHAKING by importing (in your app) only those methods you need
- tree shaking means a good bundler (e.g. webpack) will NOT include any method here (i.e. export) that is not explicitly imported in your app, thus reducing the code-size of your final (bundled) app
PUBLISH:
npm run pub
1.0.27
6 years ago
1.0.26
6 years ago
1.0.25
6 years ago
1.0.24
6 years ago
1.0.23
6 years ago
1.0.22
6 years ago
1.0.21
6 years ago
1.0.20
6 years ago
1.0.19
6 years ago
1.0.18
6 years ago
1.0.17
6 years ago
1.0.16
6 years ago
1.0.15
6 years ago
1.0.14
6 years ago
1.0.13
6 years ago
1.0.12
6 years ago
1.0.10
6 years ago
1.0.8
6 years ago
1.0.5
6 years ago
1.0.4
6 years ago
1.0.3
6 years ago
1.0.2
6 years ago
1.0.1
6 years ago