UNPKG

fcr-core

Version:

Core APIs for building online scenes

3 lines (2 loc) 284 B
declare const _default: <Params extends any[]>(...schemas: { [K in keyof Params]: import("zod").ZodType<Params[K], any, Params[K]>; }) => (originalMethod: (...args: Params) => any, context: ClassMethodDecoratorContext) => (this: any, ...args: Params) => any; export default _default;