UNPKG

next

Version:

The React Framework

5 lines (4 loc) 171 B
export function isAPIRoute(value) { return value === '/api' || Boolean(value == null ? void 0 : value.startsWith('/api/')); } //# sourceMappingURL=is-api-route.js.map