@beslogic/rxjs-utils
v1.3.0
Published
Library of utils for RXJS
Downloads
9
Maintainers
Readme
@beslogic/rxjs-utils
Contains rxjs operators that could be useful in any projects.
Vite
If using Vite, You should add the following to vite-end.d.ts:
// https://vite.dev/guide/env-and-mode.html#intellisense-for-typescript
/// <reference types="vite/client" />
interface ViteTypeOptions {
// By adding this line, you can make the type of ImportMetaEnv strict to disallow unknown keys.
strictImportMetaEnv: unknown
}
interface ImportMetaEnv {
// Add your .env VITE_* variables here
readonly VITE_API_URL: string
}