5 lines
162 B
TypeScript
5 lines
162 B
TypeScript
|
/**
|
||
|
* Disclaimer: modules in _shims aren't intended to be imported by SDK users.
|
||
|
*/
|
||
|
export * from "../bun-runtime.js";
|
||
|
//# sourceMappingURL=runtime-bun.d.ts.map
|