UNPKG

jec-jars-mock

Version:

JEC JARS-MOCK - Mocking library for testing services built over the JavaScript API for Restful Services (JARS)..

13 lines (10 loc) 388 B
/*! * JEC JARS-MOCK Node Module * Copyright(c) 2017-2018 Pascal ECHEMANN * Apache 2.0 Licensed * This is a part of the JEC projects: <http://jecproject.org> */ declare module "jec-jars-mock" { import { HttpMethodParams, RoutePathParams, RootPathVersion } from "jec-jars"; import { Singleton, Decorator, AbstractDecoratorConnector } from "jec-commons"; /*PLACEHOLDER*/}