0.6.4 • Published 6 months ago

@types/prometheus-gc-stats v0.6.4

Weekly downloads
3,455
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/prometheus-gc-stats

Summary

This package contains type definitions for prometheus-gc-stats (https://github.com/SimenB/node-prometheus-gc-stats).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/prometheus-gc-stats.

index.d.ts

// Type definitions for prometheus-gc-stats 0.6
// Project: https://github.com/SimenB/node-prometheus-gc-stats
// Definitions by: Daniel Byrne <https://github.com/danwbyrne>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

declare namespace prometheusGcStats {
    interface Config {
        prefix?: string | undefined;
    }
}

// register is typeof require('prom-client').Registry which has its own .d.ts
declare function gcStats(register: any, config?: prometheusGcStats.Config): () => void;

export = gcStats;

Additional Details

  • Last updated: Thu, 08 Jul 2021 20:19:53 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Daniel Byrne.

0.6.3

7 months ago

0.6.4

6 months ago

0.6.2

3 years ago

0.6.1

5 years ago

0.6.0

6 years ago