Skip to content

Commit c7b0d4b

Browse files
committed
fix: expose validity enum
1 parent ae1be31 commit c7b0d4b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/index.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ export {
1212
type Range,
1313
} from "./internal";
1414

15-
export { isValidStatement, isValidAttrValue } from "./util/validators";
15+
export {
16+
isValidStatement,
17+
isValidAttrValue,
18+
Validity,
19+
} from "./util/validators";
1620

1721
/**
1822
* Creates a new Marko parser.

0 commit comments

Comments
 (0)