Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: allow type export on mts #465

Merged
merged 1 commit into from
Sep 11, 2023
Merged

fix: allow type export on mts #465

merged 1 commit into from
Sep 11, 2023

Conversation

fengmk2
Copy link
Member

@fengmk2 fengmk2 commented Sep 10, 2023

closes #464

@fengmk2 fengmk2 added the bug Something isn't working label Sep 10, 2023
@codecov
Copy link

codecov bot commented Sep 10, 2023

Codecov Report

Merging #465 (20523d3) into master (0f4abff) will not change coverage.
Report is 1 commits behind head on master.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #465   +/-   ##
=======================================
  Coverage   99.64%   99.64%           
=======================================
  Files           8        8           
  Lines        1411     1411           
  Branches      253      253           
=======================================
  Hits         1406     1406           
  Misses          5        5           
Files Changed Coverage Δ
src/HttpAgent.ts 100.00% <100.00%> (ø)
src/Request.ts 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@fengmk2 fengmk2 merged commit 166403f into master Sep 11, 2023
22 checks passed
@fengmk2 fengmk2 deleted the fix-types-export branch September 11, 2023 15:41
fengmk2 pushed a commit that referenced this pull request Sep 11, 2023
[skip ci]

## [3.18.1](v3.18.0...v3.18.1) (2023-09-11)

### Bug Fixes

* allow type export on mts ([#465](#465)) ([166403f](166403f))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Return type of request function is any
1 participant