UNPKG

react-styleguidist

Version:
8 lines (7 loc) 180 B
declare module 'listify' { interface ListifyOptions { finalWord: string; } function listify(list: any[], opt?: ListifyOptions): string; export = listify; }