UNPKG

lzma-nativez

Version:

Provides bindings to the native liblzma library (.xz file format, among others)

3 lines (2 loc) 101 B
/* eslint-env browser */ module.exports = typeof self == 'object' ? self.FormData : window.FormData;