UNPKG

@dragondyt/vuepress-plugin-abbrlink

Version:
9 lines (8 loc) 280 B
import type { Plugin } from '@vuepress/core'; export interface AbbrLinkPluginOptions { alg?: 'crc16' | 'crc32'; autoDate?: boolean; force?: boolean; rep?: string; } export declare const abbrLinkPlugin: ({ alg, autoDate, force }?: AbbrLinkPluginOptions) => Plugin;