UNPKG

loopback4-slug

Version:
12 lines (11 loc) 237 B
export interface PropertyDefinition { field: string; options?: { replacement?: string; remove?: RegExp; lower?: boolean; strict?: boolean; locale?: string; trim?: boolean; }; }