This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@socheatsok78/quick-bus-types
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

@socheatsok78/quick-bus-types

Install

npm i --save-dev @socheatsok78/quick-bus-types
# or
yarn add -D @socheatsok78/quick-bus-types

Usage

Add ./node_modules/@socheatsok78 to tsconfig.json, compilerOptions.typeRoots list.

{
  "compilerOptions": {
    /* List of folders to include type definitions from. */
    "typeRoots": [
      "./node_modules/@socheatsok78"
    ]
}

or within your code

/// <reference types="@socheatsok78/quick-bus-types" />

import Bus from '@condenast/quick-bus'
const bus = new Bus()

Readme

Keywords

none

Package Sidebar

Install

npm i @socheatsok78/quick-bus-types

Weekly Downloads

3

Version

0.2.0

License

MIT

Unpacked Size

3.62 kB

Total Files

7

Last publish

Collaborators

  • andrewalex