unchecked: () => (
target: any,
_context: ClassMethodDecoratorContext<any, any>,
) => any = uncheckedImpl
Type Declaration
- (): (target: any, _context: ClassMethodDecoratorContext<any, any>) => any
Returns (target: any, _context: ClassMethodDecoratorContext<any, any>) => any
@expose.unchecked - marks a method as exposed to exoeval without arg validation. For cases where the host already validates args internally