UNPKG

638 BSource Map (JSON)View Raw
1{"version":3,"file":"metadata_override.js","sourceRoot":"","sources":["../../../../modules/@angular/core/testing/metadata_override.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\n/**\n * Type used for modifications to metadata\n *\n * @experimental\n */\nexport type MetadataOverride<T> = {\n add?: T,\n remove?: T,\n set?: T\n};\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"]}
\No newline at end of file