chunk-ICWTATWH.js 426 B

123456789101112131415
  1. // node_modules/@arcgis/core/layers/support/layerUtils.js
  2. function l(e) {
  3. var _a;
  4. return "feature" === (e == null ? void 0 : e.type) && !e.url && "memory" === ((_a = e.source) == null ? void 0 : _a.type);
  5. }
  6. function o(e) {
  7. var _a;
  8. return "feature" === (e == null ? void 0 : e.type) && "feature-layer" === ((_a = e.source) == null ? void 0 : _a.type);
  9. }
  10. export {
  11. l,
  12. o
  13. };
  14. //# sourceMappingURL=chunk-ICWTATWH.js.map