Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Sep 23, 2023
1 parent cb69aa2 commit c6e8967
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 29 deletions.
2 changes: 1 addition & 1 deletion Source/Option/Index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type { Option as _Option } from "files-pipe";

import { Default, Merge } from "files-pipe";

export interface Option extends _Option {
export default interface Option extends _Option {
// rome-ignore lint/suspicious/noExplicitAny:
[key: string]: any;
}
Expand Down
4 changes: 0 additions & 4 deletions Target/Index.d.ts

This file was deleted.

1 change: 0 additions & 1 deletion Target/Index.js

This file was deleted.

22 changes: 0 additions & 22 deletions Target/Option/Index.d.ts

This file was deleted.

1 change: 0 additions & 1 deletion Target/Option/Index.js

This file was deleted.

0 comments on commit c6e8967

Please sign in to comment.