0math
常用数学方法
常用数学方法
方法包
Bound method cache, ideal for React
Methods to extend JS data types
Decorator to deprecate the class, method, accessor and property
Load useful global functions and variables for server (nodejs) and client (react and nextjs).
TypeScript multimethods inspired by Clojure multimethods
Baked dependency injection for Typescript.
Some static method library and documentation generator
Bridge between pure vanilla javascript and angular. Expose selected methods of angular component on javascript window object and call them from external javascript application. Making angular app plugable/co-exist with other front end app.
🪝 Hooks onto a JavaScript prototype, either extending or changing its behavior or replacing it completely. 👺
A class for queueing method executions
Get sorted indexes of array (using insertion sort).
Check if an array contains another array.
Get indices of all values in array equal to specified value, like Array.indexOf().
Get sum of values in array.
Get first value of array.
Get indices of all values in array that satisfy the test, like Array.findIndex().
Filter array with values of specified indexes, like .pick().
Filter array with values of specified index(es), like .pick().