UNPKG

e-invoice-api

Version:

The official TypeScript library for the e-invoice API

10 lines (8 loc) 246 B
/** * This file polyfills the global `File` object for you if it's not already defined * when running on Node.js * * This is only needed on Node.js v18 & v19. Newer versions already define `File` * as a global. */ import './file.node.js';