UNPKG

next-rest-framework

Version:

Next REST Framework - write type-safe, self-documenting REST APIs in Next.js

6 lines (5 loc) 281 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NextRestFramework = void 0; var client_1 = require("./client"); Object.defineProperty(exports, "NextRestFramework", { enumerable: true, get: function () { return client_1.NextRestFramework; } });