UNPKG

@itwin/object-storage-core

Version:
4 lines 322 B
import { ConfigTransferInput, UrlTransferInput } from "./Interfaces"; export declare function isUrlTransferInput(input: UrlTransferInput | ConfigTransferInput): input is UrlTransferInput; export declare function inputToStorageType(input: UrlTransferInput | ConfigTransferInput): string; //# sourceMappingURL=Utils.d.ts.map