UNPKG

@stordata/vsphere-soapify

Version:

A NodeJS abstraction layer for the vSphere SOAP API

13 lines (10 loc) 226 B
'use strict'; const Description = require('./Description'); module.exports = class ElementDescription extends Description { static mappings() { return { ...super.mappings(), key: 'xsd:string' }; } };