@igo2/core
Version:
17 lines (13 loc) • 424 B
TypeScript
import * as i0 from '@angular/core';
type RegexOptions = Record<string, any>;
declare class RegexService {
private config;
protected options: RegexOptions;
constructor();
getAll(): RegexOptions;
get(key: any): any;
static ɵfac: i0.ɵɵFactoryDeclaration<RegexService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<RegexService>;
}
export { RegexService };
export type { RegexOptions };