Skip to content

Commit

Permalink
refactor(yaml): remove unused func type (#5191)
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k authored Jun 29, 2024
1 parent 48bff59 commit 965833b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 42 deletions.
41 changes: 0 additions & 41 deletions yaml/_type/function.ts

This file was deleted.

1 change: 0 additions & 1 deletion yaml/_type/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
export { binary } from "./binary.ts";
export { bool } from "./bool.ts";
export { float } from "./float.ts";
export { func } from "./function.ts";
export { int } from "./int.ts";
export { map } from "./map.ts";
export { merge } from "./merge.ts";
Expand Down

0 comments on commit 965833b

Please sign in to comment.