UNPKG

@types/markdown-it

Version:
8 lines (5 loc) 103 B
interface MapType { [key: string]: string; } declare const entities: MapType; export = entities;