UNPKG

ngx-config-form

Version:
5 lines (4 loc) 100 B
export interface IConverter { to(v: any, args?: any): any; from(v: any, args?: any): any; }