function Memoizeimport { Memoize } from "https://dotland.deno.dev/x/ts_morph@21.0.1/common/mod.ts"; Memoize(target: any,propertyName: string,descriptor: TypedPropertyDescriptor<any>,): voidDecorator for memoizing the result of a method or get accessor. Decorator for memoizing the result of a method or get accessor. Parameterstarget: anypropertyName: stringdescriptor: TypedPropertyDescriptor<any>Returnsvoid