mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
8 lines
166 B
TypeScript
8 lines
166 B
TypeScript
declare module 'git-describe' {
|
|
export function gitDescribe(...args: any[]): void;
|
|
}
|
|
|
|
declare module 'default-shell' {
|
|
const val: string;
|
|
export default val;
|
|
}
|