UNPKG

flora-exception

Version:

An exception system for FQL.

6 lines (5 loc) 141 B
import { values } from "faunadb"; /** * Gets the ref from a document. */ export declare const RefOf: (doc: values.Document) => values.Ref;