Skip to content

@stephansama packages / @stephansama/multipublish / jsr / exportSchema

Variable: exportSchema

ts
const exportSchema: ZodUnion<[ZodString, ZodRecord<ZodString, ZodUnion<[ZodString, ZodObject<{
  import: ZodUnion<[ZodObject<{
     default: ...;
  }, $strip>, ZodString]>;
  require: ZodUnion<[ZodObject<{
     default: ...;
  }, $strip>, ZodString]>;
}, $strip>]>>]>;

Defined in: core/multipublish/src/jsr.ts:10

Released under MIT license