CoolFace
Apppublic

AK-21/Graphite-Industrial-Intelligence

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
minproc.browser.js9 linesDownload Raw Back to lib
1// Somewhat based on:2// <https://github.com/defunctzombie/node-process/blob/master/browser.js>.3// But I don’t think one tiny line of code can be copyrighted. 😅4export const minproc = {cwd}5 6function cwd() {7  return '/'8}9