4 lines
132 B
TypeScript
4 lines
132 B
TypeScript
import type Hexo from '../hexo';
|
|
declare const _default: (ctx: Hexo) => import("warehouse/dist/schema").default;
|
|
export = _default;
|