SPeCS Packages Documentation
    Preparing search index...
    • Parameters

      • $interface: InterfaceType | null = null
      • methodName: string | null = null
      • getterType: string | null = null
      • defaultMethodStr: string | null = null

      Returns
          | {
              $mapClass: undefined;
              contains: string;
              get: undefined;
              put: string;
          }
          | {
              $mapClass: Class;
              contains: string;
              get: (param: string) => string;
              put: string;
          }