@types/cbor-js
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

Installation

npm install --save @types/cbor-js

Summary

This package contains type definitions for cbor-js (https://github.com/paroga/cbor-js).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cbor-js.

// Type definitions for cbor-js 0.1.0
// Project: https://github.com/paroga/cbor-js

export function encode(data: any): ArrayBuffer;

export function decode(encoded: ArrayBuffer): any;

export as namespace CBOR;

Additional Details

  • Last updated: Wed, 20 Mar 2024 16:08:27 GMT
  • Dependencies: none

Credits

These definitions were written by long2014.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/cbor-js

Weekly Downloads

185

Version

0.1.1

License

MIT

Unpacked Size

2.94 kB

Total Files

5

Last publish

Collaborators

  • types