1.0.4 • Published 6 months ago

@types/deline v1.0.4

Weekly downloads
183
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/deline

Summary

This package contains type definitions for deline (https://github.com/airbnb/deline#readme).

Details

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

index.d.ts

// Type definitions for deline 1.0
// Project: https://github.com/airbnb/deline#readme
// Definitions by: Tim van der Horst <https://github.com/vdh>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

declare function deline(strings: string | TemplateStringsArray, ...values: any[]): string;
export = deline;

Additional Details

  • Last updated: Thu, 23 Dec 2021 23:34:29 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Tim van der Horst.