mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-04 07:34:55 +01:00
4 lines
60 B
TypeScript
4 lines
60 B
TypeScript
|
declare module '*/package.json' {
|
||
|
const version: string;
|
||
|
}
|