Constants provided by the SDK.

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

Index

Namespaces