UNPKG

react-native-esc-pos-printer

Version:

An unofficial React Native library for printing on an EPSON TM printer with the Epson ePOS SDK for iOS and Epson ePOS SDK for Android

10 lines (9 loc) 243 B
"use strict"; export function remapConstants(constants) { return Object.keys(constants).reduce((acc, key) => { const value = constants[key]; acc[String(value)] = key; return acc; }, {}); } //# sourceMappingURL=constants.js.map