UNPKG

@kweli/cs-rest

Version:

Simple authentication and REST calls for OpenText Content Server.

7 lines (6 loc) 144 B
/** * A simple check whether we're in a browser or node context. * * @returns */ export const isNode = () => typeof window === "undefined";