EXPORT constant

ElementKind const EXPORT

Implementation

static const ElementKind EXPORT = ElementKind(
  'EXPORT',
  8,
  "export directive",
);