nope/lib/parsers/typescript
2020-11-09 07:42:24 +01:00
..
README.md adding open-api-parser 2020-11-09 07:42:24 +01:00

Table of Content

Description

This Parser translates a description into a typescript-class, which can then be used as wrapper to access a remote Tool. This is espacially useful if you consider using modules of different languages like python inside of your typescript code.

Generated Files.

The parser creates the following items:

  • interfaces for accessing the module via a generic-module
  • an extended Generic-Nope-Module for simpler access
  • optionally an access-class which contains all accessors and a Nope-Dispatcher