UNPKG

@datalayer/core

Version:

[![Datalayer](https://assets.datalayer.tech/datalayer-25.svg)](https://datalayer.io)

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;