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

6 lines (5 loc) 266 B
import * as Bluebird from 'bluebird'; import { PinejsSessionStore } from '../pinejs-session-store/pinejs-session-store'; import * as sbvrUtils from '../sbvr-api/sbvr-utils'; export { sbvrUtils, PinejsSessionStore }; export declare const initialised: Bluebird<void>;