mirror of
https://github.com/hex248/ob248.com.git
synced 2026-02-09 11:13:03 +00:00
6 lines
100 B
TypeScript
6 lines
100 B
TypeScript
import * as z from "./external.js";
|
|
|
|
export { z };
|
|
export * from "./external.js";
|
|
export default z;
|