Mark Slosarek

Results 2 comments of Mark Slosarek

Add support for the config file in PR https://github.com/devtanc/aws-profile-switcher/pull/4

I think you should be able to something like ``` if (value && typeof value === 'object' && 'id' in value && ArrayBuffer.isView(value.id)) { return typedArrayToString(value.id as ArrayBufferView, this.binaryEncoding) }...