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