Skip to content

Overview / CatPlugin

CatPlugin

const CatPlugin: Readonly<{ on: <T>(event, fn) => PluginEvent<T>; settings: <T>(schema) => ZodObject<T, "strip", { [k in string | number | symbol]: addQuestionMarks<baseObjectOutputType<T>, any>[k] }, { [k in string | number | symbol]: baseObjectInputType<T>[k] }>; }>

Released under the GPL-3.0 License.