mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-11 10:23:09 +02:00
4 lines
60 B
TypeScript
4 lines
60 B
TypeScript
|
declare module '*/package.json' {
|
||
|
const version: string;
|
||
|
}
|