MCPcopy
hub / github.com/vpulim/node-soap / IInitializedOptions

Interface IInitializedOptions

src/wsdl/index.ts:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37interface IInitializedOptions extends IOptions {
38 ignoredNamespaces?: string[];
39}
40
41export class WSDL {
42 public ignoredNamespaces = ['tns', 'targetNamespace', 'typedNamespace'];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected