@azure-tools/typespec-azure-resource-manager
Version:
TypeSpec Azure Resource Manager library
8 lines • 459 B
JavaScript
// An error in the imports would mean that the decorator is not exported or
// doesn't have the right name.
import { $decorators } from "@azure-tools/typespec-azure-resource-manager";
/**
* An error here would mean that the exported decorator is not using the same signature. Make sure to have export const $decName: DecNameDecorator = (...) => ...
*/
const _ = $decorators["Azure.ResourceManager"];
//# sourceMappingURL=Azure.ResourceManager.ts-test.js.map