MetaMask / MetaMask/toprf-secure-backup
Use named exports
Open
- Dominant language
- TypeScript
- Stars
- 1
- Forks
- 1
- Avg merge
- 21h 12m
- Merged PRs (30d)
- 1
Description
We should use **named exports** in `index.ts` instead of **default exports**
context: https://github.com/MetaMask/core/pull/5671#discussion_r2049431490
Contributor guide
Research direction
Start by reading index.ts and its current export statements. Replace the default exports with named exports there, and consider the task complete when index.ts exposes the same modules through named exports.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api
- Issue type
- Refactor
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100