UNPKG

lzo-prop-string

Version:
11 lines (8 loc) 243 B
declare class PropString { /** * @description Get value of property in object by string */ execute<T, R>(text: string, object: T, update?: R): R; } declare const propString: PropString; export { propString as PropString };