npm install --save @types/array-to-sentence
This package contains type definitions for array-to-sentence (https://github.com/shinnn/array-to-sentence#readme).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/array-to-sentence.
declare function arrayToSentence(input: any[], options?: {
separator?: string;
lastSeparator?: string;
}): string;
export = arrayToSentence;
- Last updated: Sun, 17 Mar 2024 22:35:27 GMT
- Dependencies: none
These definitions were written by e6nlaq.