UNPKG

@allthings/cloud-toolkit

Version:

Standardizes the setup of aws, datadog and other things

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