UNPKG

206 BTypeScriptView Raw
1import { StorageOperationInput, StorageOperationInputWithPath } from '../../../types/inputs';
2export declare const isInputWithPath: (input: StorageOperationInput) => input is StorageOperationInputWithPath;