UNPKG

@allthings/cloud-toolkit

Version:

Standardizes the setup of aws, datadog and other things

4 lines (3 loc) 159 B
import { IInterfaceRequest } from '../../types'; declare const parseJsonBody: (request: IInterfaceRequest) => IInterfaceRequest; export default parseJsonBody;