UNPKG

gypsum

Version:

Simple and easy lightweight typescript server side framework on Node.js.

4 lines (3 loc) 167 B
import { Context } from '../context'; import { MongoModel } from '../models'; export declare function exists(ctx: Context, model: MongoModel, field: string): void;