UNPKG

chameleon-bridge

Version:

bridge for chameleon

5 lines 116 B
export function inSDK() { const query = this.getQueryObjSync(); const inSDK = !!query.cml_sdk; return inSDK; }