UNPKG

@nimbella/postman-api

Version:

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

11 lines (10 loc) 326 B
import { SupportingItem } from '../../utils'; import BaseGenerator from './base-gen'; export default class JsGenerator extends BaseGenerator { constructor(); private eslintStub; private tmplEslint; private packageStub; private tmplPackage; getSupportingItems(collection: any): Array<SupportingItem>; }