mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-02-24 11:20:24 +08:00
4 lines
161 B
TypeScript
4 lines
161 B
TypeScript
|
import { ContextAPI } from './api/context';
|
||
|
/** Entrypoint for context API */
|
||
|
export declare const context: ContextAPI;
|
||
|
//# sourceMappingURL=context-api.d.ts.map
|