UNPKG

@dasch-swiss/dsp-js

Version:
9 lines 321 B
import { JsonCustomConvert } from 'json2typescript'; /** * @category Internal */ export declare class UnionStringArrayOfStringsConverter implements JsonCustomConvert<string[]> { serialize(el: string[]): any; deserialize(el: any): string[]; } //# sourceMappingURL=union-string-array-of-strings-converter.d.ts.map