| 35 | } |
| 36 | |
| 37 | interface IInitializedOptions extends IOptions { |
| 38 | ignoredNamespaces?: string[]; |
| 39 | } |
| 40 | |
| 41 | export class WSDL { |
| 42 | public ignoredNamespaces = ['tns', 'targetNamespace', 'typedNamespace']; |
nothing calls this directly
no outgoing calls
no test coverage detected