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

10 lines (9 loc) 303 B
/// <reference path="../../typings/sbvr-parser.d.ts" /> export declare const ExtendedSBVRParser: { matchAll: (seModel: string, rule: string) => import("@balena/sbvr-parser").LFModel; _extend<T>(extension: T): any & T; initialize(): void; } & { initialize(): any; version: string; };