mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-01-08 21:58:05 -05:00
5 lines
76 B
TypeScript
5 lines
76 B
TypeScript
declare module "remark-gfm" {
|
|
const plugin: any
|
|
export default plugin
|
|
}
|