UNPKG

admin-on-rest-fr05t1k

Version:

A frontend Framework for building admin applications on top of REST services, using ES6, React and Material UI

11 lines (8 loc) 219 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = function (basePath, id) { return basePath + "/" + encodeURIComponent(id); }; module.exports = exports["default"];