Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Oct 25, 2023
1 parent c345fe0 commit be19e00
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Source/Interface/Option.ts

This file was deleted.

9 changes: 9 additions & 0 deletions Source/Type/Option.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/**
* @module Option
*
*/
export type Type = Option;

export type { Type as default };

import type Option from "files-pipe/Target/Interface/Option.js";

0 comments on commit be19e00

Please sign in to comment.