Typegres API Reference - v0.2.0
    Preparing search index...

    Variable uncheckedConst

    unchecked: () => (
        target: any,
        _context: ClassMethodDecoratorContext<any, any>,
    ) => any = uncheckedImpl

    Type Declaration

      • (): (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

        Returns (target: any, _context: ClassMethodDecoratorContext<any, any>) => any