{"version":3,"file":"is-of-type.mjs","sources":["../../../src/routes/rules/is-of-type.ts"],"sourcesContent":["import type { MatcherRule } from '../types';\n\nexport const isOfType = (type: string): MatcherRule => {\n  return (route) => route.info.type === type;\n};\n"],"names":["isOfType","type","route","info"],"mappings":"AAEO,MAAMA,WAAW,CAACC,IAAAA,GAAAA;AACvB,IAAA,OAAO,CAACC,KAAAA,GAAUA,KAAAA,CAAMC,IAAI,CAACF,IAAI,KAAKA,IAAAA;AACxC;;;;"}