UNPKG

@loopback/tsdocs

Version:

A package to generate api docs using Microsoft api-extractor and api-documenter

10 lines (8 loc) 326 B
#!/usr/bin/env node // Copyright IBM Corp. and LoopBack contributors 2021. All Rights Reserved. // Node module: @loopback/tsdocs // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT if (require.main === module) { require('@microsoft/api-documenter/lib/start'); }