mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-20 14:13:07 +00:00
5 lines
95 B
TypeScript
5 lines
95 B
TypeScript
|
declare module '*/package.json' {
|
||
|
export const name: string;
|
||
|
export const version: string;
|
||
|
}
|