mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
8 lines
296 B
TypeScript
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;
|