mirror of
https://github.com/hotomoe/hotomoe
synced 2024-12-14 06:38:13 +09:00
8 lines
101 B
TypeScript
8 lines
101 B
TypeScript
/**
|
|
* Version
|
|
*/
|
|
|
|
const meta = require('../package.json');
|
|
|
|
export default meta.version as string;
|