UNPKG

playactor

Version:

play around with your playstation devices

8 lines (7 loc) 229 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isRemotePlay = void 0; function isRemotePlay(credentials) { return credentials["auth-type"] === "R"; } exports.isRemotePlay = isRemotePlay;