mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-08-03 19:17:07 -04:00
5 lines
90 B
TypeScript
5 lines
90 B
TypeScript
declare module 'sha1' {
|
|
const sha1: (message: string) => string;
|
|
export = sha1;
|
|
}
|