@anexia/ngx-interceptor-tools
Version:
This library provides a toolset for common http interceptor tasks, like request matching.
9 lines (8 loc) • 431 B
TypeScript
export * from './lib/interfaces/request-selector-strategy';
export * from './lib/interfaces/request-match-strategy';
export * from './lib/selectors/url-with-params-selector';
export * from './lib/selectors/url-selector';
export * from './lib/strategies/regex-matcher';
export * from './lib/strategies/url-fragment-matcher';
export * from './lib/utils/request-body-serializer';
export * from './lib/utils/sanitize-url-or-fragment';