UNPKG

85 BPlain TextView Raw
1export function set(object: any, key: string, value: any) {
2 object[key] = value;
3}