harperdb 4.5.0-beta.2 → 4.5.0-beta.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -42,6 +42,7 @@ export declare function serializeMessage(message: any, request?: Request, inAsyn
42
42
  * @param promiseToSerialize
43
43
  */
44
44
  export declare function asyncSerialization(promiseToSerialize: Promise<any>): void;
45
+ export declare function hasAsyncSerialization(): boolean;
45
46
  /**
46
47
  * Given a content-type header string, get a deserializer function that can be used to parse the body.
47
48
  */