Merge pull request #19157 from falsandtru/prismjs

[prismjs] remove deprecated apis
This commit is contained in:
Nathan Shively-Sanders
2017-09-07 10:03:49 -07:00
committed by GitHub

View File

@@ -5,11 +5,6 @@
export as namespace Prism;
/**
* @deprecated Use the Prism namespace directly directly
*/
export as namespace PrismJS;
export const util: Util;
export const languages: Languages;
export const plugins: any;