CoreFunc
Please Note: This is not a production-ready package. Expect long stretches of zero updates—that does not mean that the module is outdated. This is "Don’t repeat yourself" collection. Yes, it's working fine, but it is not complete neither consistent. Everything is a "Work in Progress".
Recommended usage for Tree Shaking
CommonJS
const bubbleSort = require("@corefunc/corefunc/array/sort/bubble.cjs");
bubbleSort([3, 1, 2]);
ECMAScript module
import bubbleSort from "@corefunc/corefunc/array/sort/bubble.mjs";
bubbleSort([3, 1, 2]);
Discover more:
-
🔎Consono🔎 -
The most informative and correct variable inspector for JavaScript on the web.
-
🌠OF🌠 - Promise wrapper with some sugar.
-
🔩Local Storage Fallback🔩 -
Universal localStorage fallback.
-
🔄Publish Subscribe🔄 -
JavaScript implementation of the Publish-Subscribe pattern.
-
🧰Vicis🧰 - Presentation and transformation layer for data output in RESTful APIs.
Or find useful these tools:
Also there is more useful links: