mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2025-09-10 08:37:22 +00:00
push all website files
This commit is contained in:
21
website/functions/node_modules/google-gax/build/src/parser_extras.d.ts
generated
vendored
Normal file
21
website/functions/node_modules/google-gax/build/src/parser_extras.d.ts
generated
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
import { Segment } from './path_template';
|
||||
export declare const BINDING = 1;
|
||||
export declare const END_BINDING = 2;
|
||||
export declare const TERMINAL = 3;
|
||||
/**
|
||||
* Completes the parsing of the segments
|
||||
*
|
||||
* Validates them, and transforms them into the object used by the
|
||||
* PathTemplate class.
|
||||
*
|
||||
* @private
|
||||
*
|
||||
* @param {Segments[]} segments the parsed segments
|
||||
* @param {Object} initializes the attributes of a PathTemplate
|
||||
* @return {Object} Returns segments and size
|
||||
* @throws {TypeError} if multiple path wildcards exist
|
||||
*/
|
||||
export declare function finishParse(segments: Segment[]): {
|
||||
segments: Segment[];
|
||||
size: number;
|
||||
};
|
Reference in New Issue
Block a user