1.0.4 • Published 7 months ago

@types/format-util v1.0.4

Weekly downloads
9,488
License
MIT
Repository
github
Last release
7 months ago

Installation

npm install --save @types/format-util

Summary

This package contains type definitions for format-util (https://github.com/tmpfs/format-util#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/format-util.

index.d.ts

// Type definitions for format-util 1.0
// Project: https://github.com/tmpfs/format-util#readme
// Definitions by: DefinitelyTyped <https://github.com/DefinitelyTyped>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

declare function format(message: string, ...optionalParams: any[]): string;

export = format;

Additional Details

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

Credits

These definitions were written by DefinitelyTyped.