Move all files under /app to typescript
This commit is contained in:
parent
7bb6ad534f
commit
24960d481e
40 changed files with 745 additions and 620 deletions
10
ts/os-locale.d.ts
vendored
Normal file
10
ts/os-locale.d.ts
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
// Copyright 2021 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
// We need this until we upgrade os-locale. Newer versions include type definitions.
|
||||
|
||||
// We can't upgrade it yet because we patch it to disable its findup/exec behavior.
|
||||
|
||||
declare module 'os-locale' {
|
||||
export function sync(): string;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue