authelia/server/types/dovehash.d.ts

4 lines
87 B
TypeScript
Raw Normal View History

2017-05-20 23:15:34 +00:00
declare module "dovehash" {
function encode(algo: string, text: string): string;
}