Skip to content

Commit 7e9b4c9

Browse files
Remove missing header hints
1 parent 04dede1 commit 7e9b4c9

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/update-readme.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
-e "s/https\:\/\/deno.land\/x\/functional\@[v0-9\.]*/https\:\/\/deno.land\/x\/functional\@${RELEASE_VERSION}/"
1818
-e "s/https\:\/\/x.nest.land\/functional\@[v0-9\.]*/https\:\/\/x.nest.land\/functional\@${RELEASE_VERSION}/"
1919
| tee ./README.md
20+
- run: |
2021
git config --local user.email "[email protected]"
2122
git config --local user.name "GitHub Action"
2223
git add .

mod.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
// @deno-types="./library/Either.d.ts"
22
export * from "./library/Either.js";
3-
// @deno-types="./library/IO.d.ts"
43
export * from "./library/IO.js";
54
// @deno-types="./library/Maybe.d.ts"
65
export * from "./library/Maybe.js";
7-
// @deno-types="./library/SumType.d.ts"
86
export * from "./library/SumType.js";
97
export * from "./library/Symbols.js";
10-
// @deno-types="./library/Task.d.ts"
118
export * from "./library/Task.js";

0 commit comments

Comments
 (0)