mirror of
https://github.com/LukeHagar/arbiter.git
synced 2025-12-09 20:37:50 +00:00
5 lines
93 B
TypeScript
5 lines
93 B
TypeScript
import * as z from "./external";
|
|
export * from "./external";
|
|
export { z };
|
|
export default z;
|