Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/earthstar/src/query/query.ts>docIsExpired

Earthstar is a tool for private, undiscoverable, offline-first networks.
Go to Latest
function docIsExpired
import { docIsExpired } from "https://deno.land/x/earthstar@v10.0.0/src/query/query.ts";

Return whether a document is expired or not

Type Parameters

FormatType extends string
DocType extends DocBase<FormatType>

Parameters

doc: DocType
optional
now: number