Skip to main content
This release is 0 versions behind 1.5.0 — the latest version of @fedify/fedify. Jump to latest

@fedify/fedify@1.5.0-dev.738+8ca6f775
Built and signed on GitHub Actions

An ActivityPub/fediverse server framework

This package works with Node.js, Deno, Bun
This package works with Node.js
This package works with Deno
This package works with Bun
JSR Score
94%
Published
5 days ago (1.5.0-dev.738+8ca6f775)
method Question.prototype.voters
Question.prototype.voters(): number | null

How many people have voted in the poll. Distinct from how many votes have been cast (in the case of multiple-choice polls).

Return Type

number | null

Add Package

deno add jsr:@fedify/fedify

Import symbol

import { Question } from "@fedify/fedify";

---- OR ----

Import directly with a jsr specifier

import { Question } from "jsr:@fedify/fedify";

Add Package

npx jsr add @fedify/fedify

Import symbol

import { Question } from "@fedify/fedify";

Add Package

yarn dlx jsr add @fedify/fedify

Import symbol

import { Question } from "@fedify/fedify";

Add Package

pnpm dlx jsr add @fedify/fedify

Import symbol

import { Question } from "@fedify/fedify";

Add Package

bunx jsr add @fedify/fedify

Import symbol

import { Question } from "@fedify/fedify";