UNPKG

crystalline

Version:

A modern utility library with a strong emphasis on readability. Make your code crystal clear.

7 lines (6 loc) 160 B
declare const alter: (obj: object) => { byApplying: (transformer: (a: any) => any) => { toKey: (key: string) => object; }; }; export { alter };