import { foo } from 'mylibrary'; foo({ value: 1 }, { value: 1 }); foo({ value: 2 }, { value: 2 });