mirror of
https://github.com/hex248/ob248.com.git
synced 2026-02-07 18:23:04 +00:00
4 lines
81 B
JavaScript
4 lines
81 B
JavaScript
import * as z from "./external.js";
|
|
export * from "./external.js";
|
|
export { z };
|