dependencyIdentifier.js 233 B

12345
  1. export var IdentifierDecoratorSymbol = Symbol('$$IDENTIFIER_DECORATOR');
  2. export function isIdentifierDecorator(thing) {
  3. return thing && thing[IdentifierDecoratorSymbol] === true;
  4. }
  5. //# sourceMappingURL=dependencyIdentifier.js.map