@firebase/util
Advanced tools
Comparing version 1.10.1-canary.a97ac88db to 1.10.1-canary.e577a408c
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -21,3 +21,3 @@ /** | ||
*/ | ||
export declare type ExperimentalKey = 'authTokenSyncURL' | 'authIdTokenMaxAge'; | ||
export type ExperimentalKey = 'authTokenSyncURL' | 'authIdTokenMaxAge'; | ||
/** | ||
@@ -24,0 +24,0 @@ * An object that can be injected into the environment as __FIREBASE_DEFAULTS__, |
@@ -0,0 +0,0 @@ /** |
@@ -17,3 +17,3 @@ /** | ||
*/ | ||
export declare type FirebaseSignInProvider = 'custom' | 'email' | 'password' | 'phone' | 'anonymous' | 'google.com' | 'facebook.com' | 'github.com' | 'twitter.com' | 'microsoft.com' | 'apple.com'; | ||
export type FirebaseSignInProvider = 'custom' | 'email' | 'password' | 'phone' | 'anonymous' | 'google.com' | 'facebook.com' | 'github.com' | 'twitter.com' | 'microsoft.com' | 'apple.com'; | ||
interface FirebaseIdToken { | ||
@@ -42,3 +42,3 @@ iss: string; | ||
} | ||
export declare type EmulatorMockTokenOptions = ({ | ||
export type EmulatorMockTokenOptions = ({ | ||
user_id: string; | ||
@@ -45,0 +45,0 @@ } | { |
@@ -0,0 +0,0 @@ /** |
@@ -57,3 +57,3 @@ /** | ||
*/ | ||
export declare type ErrorMap<ErrorCode extends string> = { | ||
export type ErrorMap<ErrorCode extends string> = { | ||
readonly [K in ErrorCode]: string; | ||
@@ -60,0 +60,0 @@ }; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -17,5 +17,5 @@ /** | ||
*/ | ||
export declare type NextFn<T> = (value: T) => void; | ||
export declare type ErrorFn = (error: Error) => void; | ||
export declare type CompleteFn = () => void; | ||
export type NextFn<T> = (value: T) => void; | ||
export type ErrorFn = (error: Error) => void; | ||
export type CompleteFn = () => void; | ||
export interface Observer<T> { | ||
@@ -26,4 +26,4 @@ next: NextFn<T>; | ||
} | ||
export declare type PartialObserver<T> = Partial<Observer<T>>; | ||
export declare type Unsubscribe = () => void; | ||
export type PartialObserver<T> = Partial<Observer<T>>; | ||
export type Unsubscribe = () => void; | ||
/** | ||
@@ -40,3 +40,3 @@ * The Subscribe interface has two forms - passing the inline function | ||
} | ||
export declare type Executor<T> = (observer: Observer<T>) => void; | ||
export type Executor<T> = (observer: Observer<T>) => void; | ||
/** | ||
@@ -43,0 +43,0 @@ * Helper to make a Subscribe function (just like Promise helps make a |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
export {}; |
@@ -0,0 +0,0 @@ /** |
export {}; |
export {}; |
export {}; |
@@ -0,0 +0,0 @@ /** |
export {}; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -21,3 +21,3 @@ /** | ||
*/ | ||
export declare type ExperimentalKey = 'authTokenSyncURL' | 'authIdTokenMaxAge'; | ||
export type ExperimentalKey = 'authTokenSyncURL' | 'authIdTokenMaxAge'; | ||
/** | ||
@@ -24,0 +24,0 @@ * An object that can be injected into the environment as __FIREBASE_DEFAULTS__, |
@@ -0,0 +0,0 @@ /** |
@@ -17,3 +17,3 @@ /** | ||
*/ | ||
export declare type FirebaseSignInProvider = 'custom' | 'email' | 'password' | 'phone' | 'anonymous' | 'google.com' | 'facebook.com' | 'github.com' | 'twitter.com' | 'microsoft.com' | 'apple.com'; | ||
export type FirebaseSignInProvider = 'custom' | 'email' | 'password' | 'phone' | 'anonymous' | 'google.com' | 'facebook.com' | 'github.com' | 'twitter.com' | 'microsoft.com' | 'apple.com'; | ||
interface FirebaseIdToken { | ||
@@ -42,3 +42,3 @@ iss: string; | ||
} | ||
export declare type EmulatorMockTokenOptions = ({ | ||
export type EmulatorMockTokenOptions = ({ | ||
user_id: string; | ||
@@ -45,0 +45,0 @@ } | { |
@@ -0,0 +0,0 @@ /** |
@@ -57,3 +57,3 @@ /** | ||
*/ | ||
export declare type ErrorMap<ErrorCode extends string> = { | ||
export type ErrorMap<ErrorCode extends string> = { | ||
readonly [K in ErrorCode]: string; | ||
@@ -60,0 +60,0 @@ }; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -17,5 +17,5 @@ /** | ||
*/ | ||
export declare type NextFn<T> = (value: T) => void; | ||
export declare type ErrorFn = (error: Error) => void; | ||
export declare type CompleteFn = () => void; | ||
export type NextFn<T> = (value: T) => void; | ||
export type ErrorFn = (error: Error) => void; | ||
export type CompleteFn = () => void; | ||
export interface Observer<T> { | ||
@@ -26,4 +26,4 @@ next: NextFn<T>; | ||
} | ||
export declare type PartialObserver<T> = Partial<Observer<T>>; | ||
export declare type Unsubscribe = () => void; | ||
export type PartialObserver<T> = Partial<Observer<T>>; | ||
export type Unsubscribe = () => void; | ||
/** | ||
@@ -40,3 +40,3 @@ * The Subscribe interface has two forms - passing the inline function | ||
} | ||
export declare type Executor<T> = (observer: Observer<T>) => void; | ||
export type Executor<T> = (observer: Observer<T>) => void; | ||
/** | ||
@@ -43,0 +43,0 @@ * Helper to make a Subscribe function (just like Promise helps make a |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
export {}; |
@@ -0,0 +0,0 @@ /** |
export {}; |
export {}; |
export {}; |
@@ -0,0 +0,0 @@ /** |
export {}; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
{ | ||
"name": "@firebase/util", | ||
"version": "1.10.1-canary.a97ac88db", | ||
"version": "1.10.1-canary.e577a408c", | ||
"description": "", | ||
@@ -50,3 +50,3 @@ "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)", | ||
"rollup-plugin-typescript2": "0.31.2", | ||
"typescript": "4.7.4" | ||
"typescript": "5.5.4" | ||
}, | ||
@@ -53,0 +53,0 @@ "repository": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
934056
10
263