Commit Inicial
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
import { parseAnyDef } from "./any.js";
|
||||
export function parseUndefinedDef(refs) {
|
||||
return {
|
||||
not: parseAnyDef(refs),
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user