mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-30 16:44:29 -04:00

according to https://nuxt.com/docs/4.x/guide/directory-structure/shared#how-files-are-scanned standard
5 lines
90 B
TypeScript
5 lines
90 B
TypeScript
declare module 'sha1' {
|
|
const sha1: (message: string) => string;
|
|
export = sha1;
|
|
}
|