UNPKG

@resin/pinejs

Version:

Pine.js is a sophisticated rules-driven API engine that enables you to define rules in a structured subset of English. Those rules are used in order for Pine.js to generate a database schema and the associated [OData](http://www.odata.org/) API. This make

8 lines (7 loc) 504 B
import type * as Express from 'express'; import type * as PassportLocal from 'passport-local'; import type * as ConfigLoader from '../config-loader/config-loader'; export declare let login: (fn: (err: any, user: {} | undefined, req: Express.Request, res: Express.Response, next: Express.NextFunction) => void) => Express.RequestHandler; export declare let logout: Express.RequestHandler; export declare const checkPassword: PassportLocal.VerifyFunction; export declare const config: ConfigLoader.Config;