mirror of
https://github.com/FJurmanovic/wallet-web.git
synced 2026-02-06 14:18:08 +00:00
added catalyst library
This commit is contained in:
5
src/core/utils/index.ts
Normal file
5
src/core/utils/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export { default as toKebabCase } from "./toKebabCase";
|
||||
export { default as update } from "./update-deco";
|
||||
export { default as index } from "./index-deco";
|
||||
export { default as closest } from "./closest-deco";
|
||||
export { default as isTrue } from "./isTrue";
|
||||
Reference in New Issue
Block a user