// Using the global exported constants. import { GCS } from"@globus/sdk/constants"; console.log(GCS.CONNECTORS.POSIX);
Example
// Using the service-specific exported constants. importGCSfrom"@globus/sdk/service/globus-connect-server/constants"; console.log(GCS.CONNECTORS.POSIX);
Description
Constants provided by the SDK.
Example
Example