UNPKG

steemconnect-firebase-functions

Version:

A TypeScript library that can help you build applications with SteemConnect and Firebase.

5 lines (4 loc) 267 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.checkOAuth2Error = ({ error, error_description }, errorToCheckAgainst) => error === errorToCheckAgainst.error && error_description === errorToCheckAgainst.error_description;