remark-math
Advanced tools
Comparing version 3.0.0 to 3.0.1
{ | ||
"name": "remark-math", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "remark plugin to parse and stringify math", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
import {Plugin} from 'unified' // eslint-disable-line import/no-extraneous-dependencies | ||
interface RemarkMathOptions { | ||
inlineMathDouble?: boolean | ||
declare namespace remarkMath { | ||
interface RemarkMathOptions { | ||
inlineMathDouble?: boolean | ||
} | ||
type Math = Plugin<[RemarkMathOptions?]> | ||
} | ||
declare const math: Plugin<[RemarkMathOptions?]> | ||
declare const remarkMath: remarkMath.Math | ||
export = math | ||
export = remarkMath |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19097
331