UNPKG

st-open-api

Version:

Generates API client SDKs from an OpenAPI specification written in OpenAPI version 3.x.x

4 lines (3 loc) 125 B
/// <reference types="node" /> import { PathLike } from "fs"; export declare const isDirectory: (path: PathLike) => boolean;