A simple library for asking boolean questions in cli programs
A wrapper around inquirer that makes it easy to create and selectively reuse questions.
Ask questions, persist the answers. Basic support for i18n and storing answers based on current working directory.
Plugin for base-methods that adds methods for prompting the user and storing the answers on a project-by-project basis.
b64toBlob(b64Data: string, contentType?: string): Blob
converts a base64 string to a Blob object [as described in this Stack Overflow post](https://stackoverflow.com/questions/16245767/creating-a-blob-from-a-base64-string-in-javascript).