1.0.27 • Published 5 years ago

tidbits v1.0.27

Weekly downloads
25
License
ISC
Repository
github
Last release
5 years ago

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

5 years ago

1.0.26

5 years ago

1.0.25

5 years ago

1.0.24

5 years ago

1.0.23

5 years ago

1.0.22

5 years ago

1.0.21

5 years ago

1.0.20

5 years ago

1.0.19

5 years ago

1.0.18

5 years ago

1.0.17

5 years ago

1.0.16

5 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.10

5 years ago

1.0.8

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago