mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-02 20:16:41 +00:00
5 lines
95 B
TypeScript
5 lines
95 B
TypeScript
|
declare module '*/package.json' {
|
||
|
export const name: string;
|
||
|
export const version: string;
|
||
|
}
|