UNPKG

@allthings/cloud-toolkit

Version:

Standardizes the setup of aws, Datadog and other things

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