mirror of
https://github.com/misskey-dev/summaly.git
synced 2025-08-02 22:36:34 +09:00
5 lines
97 B
TypeScript
5 lines
97 B
TypeScript
declare module '*/package.json' {
|
|
export const name: string;
|
|
export const version: string;
|
|
}
|