export * from './utils/deepClone'; export * from './utils/deepEqual'; export function add(a: number, b: number): number { return a + b; }