buncid/dist/index.d.ts

6 lines
80 B
TypeScript
Raw Normal View History

2025-01-16 08:03:11 +00:00
#!/usr/bin/env bun
2025-01-22 11:31:32 +00:00
declare global {
var REDEPLOYMENTS: number;
}
2025-01-16 05:22:33 +00:00
export {};