UNPKG

@web-atoms/core

Version:
5 lines (4 loc) 95 B
export interface IValueConverter { fromSource(v: any): any; fromTarget(v: any): any; }