test: improve clone() test expectation
[e-mobility-charging-stations-simulator.git] / ui / web / src / composables / Utils.ts
... / ...
CommitLineData
1// export const compose = <T>(...fns: ((arg: T) => T)[]): ((x: T) => T) => {
2// return (x: T) => fns.reduceRight((y, fn) => fn(y), x)
3// }