UNPKG

next-ts-api

Version:

A powerful TypeScript-first API client generator for Next.js applications with full type safety and automatic api type generation.

8 lines (7 loc) 240 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.logger = void 0; exports.logger = { error: (str) => console.error("[next-ts-api] " + str), info: (str) => console.info("[next-ts-api] " + str), };