UNPKG

gypsum

Version:

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

3 lines (2 loc) 136 B
import { Context } from '../context'; export declare function filter(ctx: Context, fields: string | string[], source?: string): void;