DefinitelyTyped/types/highlightjs/index.d.ts
2019-08-05 10:56:52 -07:00

8 lines
296 B
TypeScript

// Type definitions for highlightjs 9.12
// Project: https://github.com/isagalaev/highlight.js
// Definitions by: Florian Keller <https://github.com/ffflorian>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import highlightjs = require('highlight.js');
export = highlightjs;