Searched defs:get (Results 1 – 2 of 2) sorted by relevance
10 const get = (mediaItem: ICommon.IMediaBase) => { constant
47 function get<K extends keyof IPersistStatus>(key: K): IPersistStatus[K] | null { function