UNPKG

@nimbella/postman-api

Version:

Postman Collection to Nimbella Project: Take your APIs seamlessly into Serverless world with this API

8 lines (7 loc) 279 B
import { Collection } from 'postman-collection'; export declare type CollectionInfo = { isVersion2X: boolean; collection: Collection; }; export declare function read(fileLocation: string): CollectionInfo; export declare function isValid(collection: Collection): boolean;