xref
: /
expo
/
packages
/
expo-sqlite
/
src
/
ts-declarations
/
process.d.ts
(revision 8f4be4e2)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
declare
const
process
: {
2
env
: {
3
NODE_ENV
:
string
;
4
};
5
[
key
:
string
]:
any
;
6
};
7