UNPKG

@gooddata/api-client-bear

Version:
5 lines 172 B
// (C) 2023 GoodData Corporation export function cachingEnabled(settingValue) { return settingValue !== undefined && !!settingValue; } //# sourceMappingURL=utils.js.map