UNPKG

extendscript-bundlr

Version:

a tool for bundling Adobe ExtendScripts that use the `#include 'path/to/file'` statement

6 lines (5 loc) 106 B
export let delimiter = '\n'; let isWin = /^win/.test(process.platform); if(isWin) { delimiter = '\r'; }