@types/pcm-volume
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Installation

npm install --save @types/pcm-volume

Summary

This package contains type definitions for pcm-volume (https://github.com/reneraab/pcm-volume).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pcm-volume.

index.d.ts

/// <reference types="node" />

import { Transform } from "stream";

declare class Volume extends Transform {
    setVolume(volume: number): void;
}

export = Volume;

Additional Details

  • Last updated: Tue, 07 Nov 2023 09:09:39 GMT
  • Dependencies: @types/node

Credits

These definitions were written by Matthew Peveler.

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @types/pcm-volume

    Weekly Downloads

    7

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    2.97 kB

    Total Files

    5

    Last publish

    Collaborators

    • types