UNPKG

synapse-react-client

Version:

[![Build Status](https://travis-ci.com/Sage-Bionetworks/Synapse-React-Client.svg?branch=main)](https://travis-ci.com/Sage-Bionetworks/Synapse-React-Client) [![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synaps

9 lines (8 loc) 241 B
import { FileHandle } from '../synapseTypes'; /** * Gets the friendly name of a bucket/storage location using the file handle. * * @param fileHandle * @returns */ export declare function getLocationName(fileHandle: FileHandle): string;