UNPKG

@webilix/nestjs-helper

Version:

Helper library for NestJS

9 lines (8 loc) 169 B
export interface INormalizerConfig { persian: boolean; english: boolean; arabic: boolean; number: boolean; whitespace: boolean; trim: boolean; }