Files
artdanj-shortener/contracts/hash.ts
2021-09-07 22:25:38 +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,
},
}
}