-
Behrisch, M. (Michael) authored
Several (potentially even external) libraries might want to use our mock data and some utils. I pulled them out into a lib with a package.json
Behrisch, M. (Michael) authoredSeveral (potentially even external) libraries might want to use our mock data and some utils. I pulled them out into a lib with a package.json
extend.d.ts 76 B
export default function extend<T>(array: Array<T>, values: Array<T>): void;