@paperist/remark-crossref
Advanced tools
Comparing version 1.0.2 to 1.0.3
import { UNIST } from 'unist'; | ||
declare module 'mdast' { | ||
export namespace MDAST { | ||
interface CrossReferenceLabel extends UNIST.Text { | ||
type: 'crossReferenceLabel'; | ||
label: string; | ||
options: { [key: string]: any }; | ||
namespace MDAST { | ||
interface CrossReferenceLabel extends UNIST.Text { | ||
type: 'crossReferenceLabel'; | ||
label: string; | ||
options: { | ||
[key: string]: any; | ||
}; | ||
} | ||
interface CrossReference extends UNIST.Text { | ||
type: 'crossReference'; | ||
identifiers: string[]; | ||
} | ||
} | ||
interface CrossReference extends UNIST.Text { | ||
type: 'crossReference'; | ||
identifiers: string[]; | ||
} | ||
} | ||
} |
@@ -6,3 +6,3 @@ { | ||
"license": "MIT", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"main": "lib/index.js", | ||
@@ -9,0 +9,0 @@ "files": [ |
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
43803
17
1314