Skip to content

SlashNephy/types-amq

Repository files navigation

types-amq

Check npm

Install

$ yarn add @slashnephy/types-amq

Usage

tsconfig.json

{
  "typeRoots": ["./node_modules/@slashnephy/types-amq"]
}

or

{
  "types": ["@slashnephy/types-amq/types"]
}