UNPKG

tus-js-client-olalonde

Version:

A pure JavaScript client for the tus resumable upload protocol

8 lines (5 loc) 135 B
/* global: Buffer */ export function encode(data) { return new Buffer(data).toString("base64"); } export const isSupported = true;