UNPKG

@scalar/api-client

Version:

the open source API testing client

12 lines (11 loc) 180 B
import { convert as t } from "@scalar/postman-to-openapi"; const o = (r) => { try { return t(r); } catch { return null; } }; export { o as getOpenApiFromPostman };