@infogata/audiogata-plugin-typings
TypeScript icon, indicating that this package has built-in type declarations

1.13.0 • Public • Published

audiogata-plugin-typings

npm (scoped)

Types for audiogata plugins.

Installation

npm i --save-dev @infogata/audiogata-plugin-typings

Usage

Configure tsconfig.json

{
  "compilerOptions": {
    "typeRoots": [
      "./node_modules/@types",
      "./node_modules/@infogata"
    ]
  }
}

or

Import in script

import "@infogata/audiogata-plugin-typings";

/@infogata/audiogata-plugin-typings/

    Package Sidebar

    Install

    npm i @infogata/audiogata-plugin-typings

    Weekly Downloads

    2

    Version

    1.13.0

    License

    MIT

    Unpacked Size

    18.9 kB

    Total Files

    6

    Last publish

    Collaborators

    • elijahgreen