zeppos-device-types-v1
TypeScript icon, indicating that this package has built-in type declarations

1.0.9 • Public • Published

zeppos-device-types-v1

Fixed API v1.0.0 declarations for @zepp/device-types.

How to use

To use this library instead of the official one, make the following changes:

  1. Uninstall the original library: npm uninstall device-types
  2. Install this library: npm install --save-dev zeppos-device-types-v1
  3. Include the declaration files globally (see below)

Declaration files

Since we are only provided with the *.d.ts files, zeus won't be able to compile them if we import this library. Instead, we need to do one of two things:

  • If you have a JavaScript project, add this to global.d.ts in the root of the project:

/// <reference path="node_modules/zeppos-device-types-v1/types/index.d.ts" />

  • If you have a TypeScript project, add this to the typeRoots field of tsconfig.json:
"typeRoots": [
    "./node_modules/zeppos-device-types-v1"
]

Readme

Keywords

Package Sidebar

Install

npm i zeppos-device-types-v1

Weekly Downloads

1

Version

1.0.9

License

BSD-2-Clause

Unpacked Size

56.2 kB

Total Files

24

Last publish

Collaborators

  • tytydraco