mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
* change BaseRegistry to only have one type parameter Signed-off-by: Sebastian Malton <sebastian@malton.name>
18 lines
482 B
TypeScript
18 lines
482 B
TypeScript
// Common utils (main OR renderer)
|
|
|
|
export const noop: any = () => { /* empty */ };
|
|
|
|
export * from "./app-version";
|
|
export * from "./autobind";
|
|
export * from "./base64";
|
|
export * from "./camelCase";
|
|
export * from "./cloneJson";
|
|
export * from "./debouncePromise";
|
|
export * from "./defineGlobal";
|
|
export * from "./getRandId";
|
|
export * from "./splitArray";
|
|
export * from "./saveToAppFiles";
|
|
export * from "./singleton";
|
|
export * from "./openExternal";
|
|
export * from "./rectify-array";
|