UNPKG

tus-js-client-olalonde

Version:

A pure JavaScript client for the tus resumable upload protocol

13 lines (10 loc) 245 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.encode = encode; /* global: Buffer */ function encode(data) { return new Buffer(data).toString("base64"); } var isSupported = exports.isSupported = true;