@serverless-normalize/utils
v0.0.11
Published
Shared utilities for @serverless-normalize
Readme
@serverless-normalize/utils
A collection of utility functions that can be shared across different providers.
API
toPromise(response: ServerResponse) => Promise
Overrides the .write() and .end() methods in ServerResponse to be able to intercept all messages written on the WritableStream.
