@arcgis/core
Version:
ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API
6 lines (5 loc) • 510 B
JavaScript
/*
All material copyright ESRI, All Rights Reserved, unless otherwise specified.
See https://js.arcgis.com/4.33/esri/copyright.txt for details.
*/
import{isSupportedLayer as r,clearOverrides as n,disconnectFromSource as e,getLayerOriginInfo as t}from"../../layers/support/layerOriginUtils.js";function i(n){return r(n)}function o(r,e){return n(r,e)}function s(r,n){return e(r,n)}function u(r,n){return t(r,n)}export{o as clearOverrides,s as disconnectFromSource,u as getLayerOriginInfo,i as isSupportedLayer};