Files
artdanj-api/contracts/hash.ts
2021-11-10 12:06:58 +01:00

17 lines
299 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
}
}
}