1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/src/common/utils/index.ts
Roman 8bb3954700 clean up, debugging
Signed-off-by: Roman <ixrock@gmail.com>
2020-07-10 23:48:57 +03:00

7 lines
148 B
TypeScript

// Common utils (main/renderer)
export * from "./base64"
export * from "./camelCase"
export * from "./splitArray"
export * from "./randomFileName"