UNPKG

@microsoft.azure/autorest.incubator

Version:
9 lines 218 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class Delegate { get implementation() { return `xxxx;`; } } exports.Delegate = Delegate; //# sourceMappingURL=delegate.js.map