@clearblade/code-service-types
TypeScript icon, indicating that this package has built-in type declarations

3.12.4 • Public • Published

code-service-types

TypeScript type declarations for the ClearBlade library that runs inside the ClearBlade code service engine.

Installation

npm i --save-dev @clearblade/code-service-types

Configuration

Add an entry to the files compiler option in tsconfig.json.

{
  "files": [
    "node_modules/@clearblade/code-service-types/types/globals.d.ts",
    "node_modules/@clearblade/code-service-types/types/index.d.ts"
  ]
}

Motivation

Going through the DefinitelyTyped PR process has proven to be difficult for our team as the ClearBlade library is being constantly updated. To provide up-to-date type declarations, we have temporarily moved outside of DefinitelyTyped. Once changes to the library become less frequent, we will move back to the standard @types declaration system.

Package Sidebar

Install

npm i @clearblade/code-service-types

Weekly Downloads

102

Version

3.12.4

License

ISC

Unpacked Size

51.9 kB

Total Files

8

Last publish

Collaborators

  • seschwartz8
  • clarkbynum
  • savfaire