@reallyland/esm
Version:
A collection of node modules re-exported as ES Modules
5 lines • 572 B
TypeScript
import Prism from 'prismjs';
declare const Token: typeof Prism.Token, highlight: typeof Prism.highlight, highlightAll: typeof Prism.highlightAll, highlightAllUnder: typeof Prism.highlightAllUnder, highlightElement: typeof Prism.highlightElement, hooks: typeof Prism.hooks, languages: Prism.Languages, plugins: Record<string, any>, tokenize: typeof Prism.tokenize, util: typeof Prism.util;
export { highlight, highlightAll, highlightAllUnder, highlightElement, hooks, languages, plugins, Token, tokenize, util, };
export default Prism;
//# sourceMappingURL=prismjs.d.ts.map