UNPKG

flora-exception

Version:

An exception system for FQL.

5 lines (4 loc) 101 B
import { query as q } from "faunadb"; export const $Index = (obj) => { return q.IsIndex(obj); };