@unified-latex/unified-latex-builder
Advanced tools
Comparing version 1.2.1 to 1.2.2
import type * as Ast from "@unified-latex/unified-latex-types"; | ||
declare type CoercibleNode = string | Ast.Node; | ||
declare type CoercibleArgument = null | CoercibleNode | Ast.Argument; | ||
declare type MacroSpecialOptions = { | ||
type CoercibleNode = string | Ast.Node; | ||
type CoercibleArgument = null | CoercibleNode | Ast.Argument; | ||
type MacroSpecialOptions = { | ||
escapeToken?: string; | ||
}; | ||
declare type ArgumentsSpecialOptions = { | ||
type ArgumentsSpecialOptions = { | ||
braces?: string; | ||
@@ -12,3 +12,3 @@ defaultOpenMark?: string; | ||
}; | ||
declare type ArgumentSpecialOptions = { | ||
type ArgumentSpecialOptions = { | ||
braces?: string; | ||
@@ -15,0 +15,0 @@ openMark?: string; |
{ | ||
"name": "@unified-latex/unified-latex-builder", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Tools for constructing unified-latex ASTs", | ||
@@ -8,3 +8,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"@unified-latex/unified-latex-types": "^1.2.1" | ||
"@unified-latex/unified-latex-types": "^1.2.2" | ||
}, | ||
@@ -11,0 +11,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
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
40799