blob: 2cb0418aa84887f340e249afa3be9247b18ada14 [file] [edit]
'use strict'
// Somewhat based on:
// <https://github.com/defunctzombie/node-process/blob/master/browser.js>.
// But I don’t think one tiny line of code can be copyrighted. 😅
exports.cwd = cwd
function cwd() {
return '/'
}