lehh / nestjs-soap

Nestjs module wrapper for soap npm package
MIT License
21 stars 15 forks source link

fix: missing export to use soap factory #6

Closed rjpkuyper closed 3 years ago

rjpkuyper commented 3 years ago

Fix missing export to make use of SoapModuleFactory

Added missing export and corresponding docs in README.

lehh commented 3 years ago

@rjpkuyper Thanks! I will merge it.