terminal
The
zod
package can now be imported as my-custom-name
.
See Docs > Package manager for complete documentation of Bun’s package manager.
bun add my-custom-name@npm:zod
zod
package can now be imported as my-custom-name
.
import {z} from 'my-custom-name';
z.string();
Was this page helpful?