@types/array-to-sentence
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

Installation

npm install --save @types/array-to-sentence

Summary

This package contains type definitions for array-to-sentence (https://github.com/shinnn/array-to-sentence#readme).

Details

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;

Additional Details

  • Last updated: Sun, 17 Mar 2024 22:35:27 GMT
  • Dependencies: none

Credits

These definitions were written by e6nlaq.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/array-to-sentence

Weekly Downloads

56

Version

2.0.0

License

MIT

Unpacked Size

2.89 kB

Total Files

5

Last publish

Collaborators

  • types