UNPKG

eas-poll-action-module

Version:

A helper library for creating and voting on polls with the EasPollActionModule Open Action.

6 lines (5 loc) 233 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isSignedVote = void 0; const isSignedVote = (vote) => "actorProfileId" in vote && "actorProfileOwner" in vote; exports.isSignedVote = isSignedVote;