mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
4 lines
69 B
JavaScript
4 lines
69 B
JavaScript
import * as mod from 'zod';
|
|||
export { mod as z };
|
|||
export default mod;
|