Skip to content

Commit

Permalink
Remove "raise" from default package
Browse files Browse the repository at this point in the history
  • Loading branch information
FinlayDaG33k committed Jan 25, 2024
1 parent e58302d commit ca18b4c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
export { Cache } from "./core/cache.ts";
export { Configure } from "./core/configure.ts";
export { Logger } from "./logging/logger.ts";
export { raise } from "./error/raise.ts";
export { File } from "./filesystem/file.ts";
export { Folder } from "./filesystem/folder.ts";
export { CheckSource } from "./utility/check-source.ts";

0 comments on commit ca18b4c

Please sign in to comment.