Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 410 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 410 Bytes

bencode

The code is basically a copy of node-bencode , but written in ESM first manner (import / export) , as well as with its own types for typescript.

Thanks

Thanks to the original authors Mark Schmale & Jonas Hermsmeier, as well as the other contributors to the node-bencode project.