Skip to content

Commit ca6aaeb

Browse files
committed
chore: rm dead code
1 parent 34e3ce9 commit ca6aaeb

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

packages/schema/src/schema.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,3 @@ export const schemaDocumentDef = v.union([
3232
schemaDef,
3333
v.pipe(v.array(schemaDef), v.minLength(1, "At least one schema definition must be specified")),
3434
]);
35-
36-
export function normalizeTargetDirs(targetDir: SchemaDef["targetDir"]): string[] {
37-
return Array.isArray(targetDir) ? targetDir : [targetDir];
38-
}

0 commit comments

Comments
 (0)