mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2025-09-07 07:27:20 +00:00
push all website files
This commit is contained in:
6
website/node_modules/firebase-functions/lib/utils.d.ts
generated
vendored
Normal file
6
website/node_modules/firebase-functions/lib/utils.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
export declare function normalizePath(path: string): string;
|
||||
export declare function pathParts(path: string): string[];
|
||||
export declare function joinPath(base: string, child: string): string;
|
||||
export declare function applyChange(src: any, dest: any): any;
|
||||
export declare function pruneNulls(obj: any): any;
|
||||
export declare function valAt(source: any, path?: string): any;
|
Reference in New Issue
Block a user