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

1.0.3 • Public • Published

Installation

npm install --save @types/dashify

Summary

This package contains type definitions for dashify (https://github.com/jonschlinkert/dashify).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/dashify.

index.d.ts

declare function dashify(input: string, options?: dashify.Options): string;

declare namespace dashify {
    interface Options {
        condense?: boolean | undefined;
    }
}

export = dashify;

Additional Details

  • Last updated: Mon, 06 Nov 2023 22:41:05 GMT
  • Dependencies: none

Credits

These definitions were written by Junyoung Choi.

Versions

Current Tags

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    3,616
  • 1.0.2
    57
  • 1.0.1
    2,301
  • 1.0.0
    1,588

Package Sidebar

Install

npm i @types/dashify

Weekly Downloads

7,562

Version

1.0.3

License

MIT

Unpacked Size

2.91 kB

Total Files

5

Last publish

Collaborators

  • types