You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(core): make it easier to create a cotar from tar and tar index (#542)
#### Description
It is sometimes very useful to have two seperate files for a cotar,
`.tar` and `.tar.index` but its somewhat hard to make the cotar from the
two seperate files
#### Intention
Add a builder `Cotar.fromTarIndex(tar, index)` to make it easier to
create them.
#### Checklist
*If not applicable, provide explanation of why.*
- [ ] Tests updated
- [ ] Docs updated
- [ ] Issue linked in Title
0 commit comments