UNPKG

@datalayer/core

Version:
8 lines (7 loc) 190 B
/** * Check whether the location is remote or not. * * @param location The location to test * @returns The result */ export declare function isRuntimeRemote(location: string): boolean;