2 lines
144 B
TypeScript
2 lines
144 B
TypeScript
export declare const convertToList: <T>(input: string | T | (string | T)[], transform?: (input: string) => T, forceTransform?: boolean) => T[];
|