UNPKG

ngx-restful-client

Version:

The ultimate Angular library to exquisitely declare and implement the REST APIs you'll use in your application.

9 lines (8 loc) 316 B
"use strict"; function __export(m) { for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; } Object.defineProperty(exports, "__esModule", { value: true }); var string_builder_1 = require("./string-builder"); exports.StringBuilder = string_builder_1.StringBuilder; __export(require("./exception"));