This repository has been archived on 2024-02-08. You can view files and clone it, but cannot push or open issues or pull requests.
frontend/src/types/faker.d.ts
Dominik Pschenitschni 6db0559b81
All checks were successful
continuous-integration/drone/push Build is passing
fix: replace faker with community fork faker-js/faker (#1408)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: #1408
Reviewed-by: konrad <k@knt.li>
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
2022-01-20 07:54:39 +00:00

4 lines
87 B
TypeScript

declare module '@faker-js/faker' {
import faker from 'faker'
export default faker
}