mirror of
https://github.com/sern-handler/website
synced 2026-06-27 18:22:22 +00:00
feat: migrate to starlight
This commit is contained in:
5
node_modules/bare-path/index.js
generated
vendored
Normal file
5
node_modules/bare-path/index.js
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
/* global Bare */
|
||||
const posix = require('./lib/posix')
|
||||
const win32 = require('./lib/win32')
|
||||
|
||||
module.exports = Bare.platform === 'win32' ? win32 : posix
|
||||
Reference in New Issue
Block a user