Files
artdanj-shortener/contracts/hash.ts
2021-06-18 19:26:21 +02:00

17 lines
302 B
TypeScript

/**
* 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,
},
}
}