key.mjs 107 B

1234
  1. const INSTALLED_KEY = Symbol("INSTALLED_KEY");
  2. export { INSTALLED_KEY };
  3. //# sourceMappingURL=key.mjs.map