UNPKG

ferngully-aurelia-tools

Version:

Ferngully Tools for Aurelia

5 lines (4 loc) 173 B
export declare class ArrayJoinValueConverter { toView(value: Array<any>, separator?: string): string; fromView(value: string, separator?: string): Array<any>; }