UNPKG

sussy-util

Version:
4 lines (3 loc) 66 B
export default interface MutableObject<T> { [k: string]: T; }