@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.

/@types/dashify/

    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