UNPKG

rest-methods

Version:

Declaratively publish functions for remote invocation.

12 lines (11 loc) 269 B
/** * The base path of the end-point URL. */ "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var MANIFEST_PATH = "/methods.manifest.json"; exports.MANIFEST_PATH = MANIFEST_PATH; var METHODS = Symbol("methods"); exports.METHODS = METHODS;