123456789101112131415 |
- // node_modules/@arcgis/core/layers/support/layerUtils.js
- function l(e) {
- var _a;
- return "feature" === (e == null ? void 0 : e.type) && !e.url && "memory" === ((_a = e.source) == null ? void 0 : _a.type);
- }
- function o(e) {
- var _a;
- return "feature" === (e == null ? void 0 : e.type) && "feature-layer" === ((_a = e.source) == null ? void 0 : _a.type);
- }
- export {
- l,
- o
- };
- //# sourceMappingURL=chunk-ICWTATWH.js.map
|