© 2026 Hedgehog Software, LLC
myFunction = myFunction
The RPC receiver does not implement the method "myFunction"
myFunction
this
export async function myFunction( this: AuthWorker, otherArg: SomeOtherType, ) {}
import { myFunction } from './some/other/path' async myFunction(...args: Parameters<typeof myFunction>) { return await myFunction(this, ...args); }