{
  "version": 3,
  "sources": ["../../../src/utils/is-http-api.ts"],
  "sourcesContent": ["import type { GenericHttpApi } from '../types/GenericHttpApi';\n\nexport const isHttpApi = (value: any): value is GenericHttpApi =>\n  value !== undefined &&\n  typeof value === 'object' &&\n  'isYaschemaHttpApi' in value &&\n  (value as { isYaschemaHttpApi: any }).isYaschemaHttpApi === true;\n"],
  "mappings": "AAEO,MAAM,YAAY,CAAC,UACxB,UAAU,UACV,OAAO,UAAU,YACjB,uBAAuB,SACtB,MAAqC,sBAAsB;",
  "names": []
}
