Type alias ContinuationLocalStorageNamespace

ContinuationLocalStorageNamespace: {
    get: any;
    set: any;
}

Type declaration

  • get:function
    • Parameters

      • key: string

      Returns unknown

  • set:function
    • Parameters

      • key: string
      • value: unknown

      Returns void

Generated using TypeDoc