Commits
William Welling authored ebf900686bb
1 - | import * as uuidv4 from 'uuid/v4'; |
1 + | import { v4 as uuidv4 } from 'uuid'; |
2 2 | import { autoserialize, Serialize, Deserialize } from 'cerialize'; |
3 3 | import { hasValue } from '../../shared/empty.util'; |
4 4 | /* tslint:disable:max-classes-per-file */ |
5 5 | |
6 6 | export const VIRTUAL_METADATA_PREFIX = 'virtual::'; |
7 7 | |
8 8 | /** A single metadata value and its properties. */ |
9 9 | export interface MetadataValueInterface { |
10 10 | |
11 11 | /** The language. */ |