Skip to content

@stephansama packages / @stephansama/multipublish / jsr / jsrSchema

Variable: jsrSchema

ts
const jsrSchema: ZodObject<{
  exclude: ZodOptional<ZodArray<ZodString>>;
  exports: ZodUnion<[ZodUnion<[ZodString, ZodArray<ZodString>]>, ZodRecord<ZodString, ZodString>]>;
  include: ZodOptional<ZodArray<ZodString>>;
  license: ZodOptional<ZodString>;
  name: ZodString;
  version: ZodString;
}, $strip>;

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

Released under MIT license