Skip to content

Commit b016c28

Browse files
committed
fix: expose validity enum
1 parent a11c1f1 commit b016c28

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)