mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-14 20:19:26 +01:00
17 lines
299 B
TypeScript
Executable File
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
|
|
}
|
|
}
|
|
}
|