# canihazusername Random username generator with buildt in typescript support. ## Install ```bash npm install --save canihazusername ``` ## Quickstart ```jsx import cihu from 'canihazusername' console.log(cihu()) ```