# Rbs2ts [![mugi_uno](https://circleci.com///.svg?style=svg)](LINK) Convert RBS to TypeScript type definition. ## Installation ```ruby gem install rbs2ts ``` ## Usage ``` rbs2ts convert type.rbs ``` --- ## ToDo - [x] Literal type - [ ] Interface type - [ ] Literal type - [ ] Tuple Type - [ ] Base Types - [ ] Method Type (Argument Types and Return Types) - [ ] Class declaration - [ ] Module declaration - [ ] Interface declaration