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