UNPKG

ccxt-fairdesk

Version:

A JavaScript cryptocurrency trading library with support for fairdesk.com

17 lines (14 loc) 590 B
// ---------------------------------------------------------------------------- // PLEASE DO NOT EDIT THIS FILE, IT IS GENERATED AND WILL BE OVERWRITTEN: // https://github.com/ccxt/ccxt/blob/master/CONTRIBUTING.md#how-to-contribute-code // EDIT THE CORRESPONDENT .ts FILE INSTEAD "use strict"; // Copyright 2011 Mark Cavage <mcavage@gmail.com> All rights reserved. // If you have no idea what ASN.1 or BER is, see this: // ftp://ftp.rsa.com/pub/pkcs/ascii/layman.asc var Ber = require('./ber/index.cjs'); // --- Exported API module.exports = { Ber: Ber, BerReader: Ber.Reader, };