mirror of
https://github.com/oven-sh/bun
synced 2026-02-15 21:32:05 +00:00
8 lines
127 B
C++
8 lines
127 B
C++
#pragma once
|
|
|
|
namespace Bun {
|
|
using namespace JSC;
|
|
|
|
Structure* createS3ErrorStructure(VM& vm, JSGlobalObject* globalObject);
|
|
}
|