mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
5 lines
151 B
TypeScript
5 lines
151 B
TypeScript
export * from "./src/run-many-for";
|
|
export * from "./src/run-many-sync-for";
|
|
|
|
export type { Runnable, RunnableSync, Run, RunSync } from "./src/types";
|