6 lines
78 B
JavaScript
6 lines
78 B
JavaScript
#!/usr/bin/env node
|
|
declare global {
|
|
var CONFIG_DIR: string;
|
|
}
|
|
export {};
|