Files
runbin/web/node_modules/fdir/dist/index.d.ts
lhx-666-cool f6cb277519 add web
2025-04-25 17:03:25 +08:00

5 lines
125 B
TypeScript

import { Builder } from "./builder";
export { Builder as fdir };
export type Fdir = typeof Builder;
export * from "./types";