mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-26 15:36:44 -06:00
4 lines
60 B
TypeScript
4 lines
60 B
TypeScript
|
declare module '*/package.json' {
|
||
|
const version: string;
|
||
|
}
|