Files
artdanj-api/contracts/hash.ts
Arthur DANJOU 7dd2cdfdd5 Working
Signed-off-by: Arthur DANJOU <arthurdanjou@outlook.fr>
2021-07-02 17:23:50 +02:00

17 lines
302 B
TypeScript
Executable File

/**
* Contract source: https://git.io/Jfefs
*
* Feel free to let us know via PR, if you find something broken in this contract
* file.
*/
declare module '@ioc:Adonis/Core/Hash' {
interface HashersList {
argon: {
config: ArgonConfig,
implementation: ArgonContract,
},
}
}