index.d.ts 104 Bytes Raw Blame History Permalink 1 2 3 4 import * as mod from "./external"; export * from "./external"; export { mod as z }; export default mod;