mirror of
https://github.com/dreamstarsky/runbin.git
synced 2026-05-15 22:33:09 +00:00
5 lines
125 B
TypeScript
5 lines
125 B
TypeScript
import { Builder } from "./builder";
|
|
export { Builder as fdir };
|
|
export type Fdir = typeof Builder;
|
|
export * from "./types";
|