index.ts 72 B

123
  1. export async function useEnvironment(): Promise<null> {
  2. return null
  3. }