diff options
author | 2021-09-02 15:54:07 -0700 | |
---|---|---|
committer | 2021-09-02 15:54:07 -0700 | |
commit | d009e02c1db0f93b24a9c1b539135a25347f1027 (patch) | |
tree | 76e2adba7bc62f3ff17b14953869b7963989990e /src/node-fallbacks/os.js | |
parent | 1b894ad9f61d4d39486f3a03aab42de4f750294e (diff) | |
download | bun-d009e02c1db0f93b24a9c1b539135a25347f1027.tar.gz bun-d009e02c1db0f93b24a9c1b539135a25347f1027.tar.zst bun-d009e02c1db0f93b24a9c1b539135a25347f1027.zip |
latest
Former-commit-id: 1086d4f894611c1171f57d9eaf82f9170e9de2d1
Diffstat (limited to 'src/node-fallbacks/os.js')
-rw-r--r-- | src/node-fallbacks/os.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/node-fallbacks/os.js b/src/node-fallbacks/os.js new file mode 100644 index 000000000..c5bef4cf0 --- /dev/null +++ b/src/node-fallbacks/os.js @@ -0,0 +1 @@ +export * from "os-browserify/browser"; |