9 lines
167 B
TypeScript
9 lines
167 B
TypeScript
![]() |
declare module '*.json' {
|
||
|
const value: any;
|
||
|
export const version: string;
|
||
|
export default value;
|
||
|
}
|
||
|
|
||
|
export * from '../plugin/docs';
|
||
|
export * from '../plugin/md';
|