5 packages
@droyson/random
A basic library (inspired by [Python random library](https://docs.python.org/3/library/random.html)) to generate random integer values and shuffle/sample array
@droyson/validate-ts
A basic library to validate if a value is `string`/`number`/`integer`/`object`/`array`. The library supports parsing values from string if the `strict` property is set to `false`.
lru-cache-ts
A typescript implementation of lru cache
types-webpack-bundler
This library takes separate declaration asset files generated by the webpack build process and bundles them into one single declaration file. However it does so by recomposing the separate declarations as if all the classes and interfaces were defined as
vanilla-swr
`stale-while-revalidate` caching strategy for vanilla web-apps