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.

4 lines (3 loc) 188 B
export declare function getAppDirectory(): string; export declare function findFiles(entry: string): string[]; export declare function isNotUndefined<T>(value: T | undefined): value is T;