mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2025-09-23 22:00:18 +00:00
push all website files
This commit is contained in:
12
website/functions/node_modules/@firebase/util/dist/src/assert.d.ts
generated
vendored
Normal file
12
website/functions/node_modules/@firebase/util/dist/src/assert.d.ts
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* Throws an error if the provided assertion is falsy
|
||||
* @param {*} assertion The assertion to be tested for falsiness
|
||||
* @param {!string} message The message to display if the check fails
|
||||
*/
|
||||
export declare const assert: (assertion: any, message: any) => void;
|
||||
/**
|
||||
* Returns an Error object suitable for throwing.
|
||||
* @param {string} message
|
||||
* @return {!Error}
|
||||
*/
|
||||
export declare const assertionError: (message: any) => Error;
|
Reference in New Issue
Block a user