UNPKG

@aws-amplify/storage

Version:

Storage category of aws-amplify

3 lines (2 loc) 206 B
import { StorageOperationInput, StorageOperationInputWithPath } from '../../../types/inputs'; export declare const isInputWithPath: (input: StorageOperationInput) => input is StorageOperationInputWithPath;