orbital-js/orbital

View on GitHub
packages/core/src/util/metadata.ts

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * Refers to the key on each class where the metadata will be stored
 */
export const METADATA_KEY = 'annotations';