function Memoizeimport { Memoize } from "https://deno.land/x/ts_morph@16.0.0/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