UNPKG

property-manager

Version:

make it easier to manage the properties/attributes of your class.

3 lines (2 loc) 98 B
export function assignValue<T>(value: T, type?: (...args) => any): T; export default assignValue;