mirror of
https://github.com/hex248/ob248.com.git
synced 2026-02-07 18:23:04 +00:00
5 lines
77 B
TypeScript
5 lines
77 B
TypeScript
export declare const env: {
|
|
isNode: boolean;
|
|
forceCache: boolean;
|
|
};
|