bh/index.d.ts
Primakov Alexandr Alexandrovich 4c9afb83b5 init
2024-12-02 22:54:27 +03:00

5 lines
104 B
TypeScript

declare module 'package.json' {
const value: Record<'version', string>;
export default value;
}