lix-website/themes/lix/assets/bootstrap/node_modules/vfile/lib/minproc.browser.js
2024-04-26 22:49:34 -06:00

11 lines
232 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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