buncid/dist/buncid.d.ts

6 lines
80 B
TypeScript
Raw Normal View History

2025-02-03 12:41:13 +00:00
#!/usr/bin/env bun
declare global {
var REDEPLOYMENTS: number;
}
export {};