1.0.3 • Published 6 months ago

@types/dashify v1.0.3

Weekly downloads
5,878
License
MIT
Repository
github
Last release
6 months ago

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

// Type definitions for dashify 1.0
// Project: https://github.com/jonschlinkert/dashify
// Definitions by: Junyoung Choi <https://github.com/rokt33r>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

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

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

export = dashify;

Additional Details

  • Last updated: Thu, 08 Jul 2021 09:08:30 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Junyoung Choi.