Adding an Encoder Interface

Now that we have a base64 encoding algorithm, you will learn how to leverage TypeScript interfaces to ensure that when we add new encoding implementations they have a consistent API.

Complete and Continue