mirror of
https://github.com/oven-sh/setup-bun.git
synced 2026-06-14 22:20:46 +00:00
chore: base
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
'use strict'
|
||||
|
||||
module.exports = {
|
||||
kUrl: Symbol('url'),
|
||||
kHeaders: Symbol('headers'),
|
||||
kSignal: Symbol('signal'),
|
||||
kState: Symbol('state'),
|
||||
kGuard: Symbol('guard'),
|
||||
kRealm: Symbol('realm')
|
||||
}
|
||||
Reference in New Issue
Block a user