botbook/node_modules/ebnf/dist/SemanticHelpers.d.ts
Rodrigo Rodriguez 6ae15fe3e5 Updated.
2024-09-04 13:13:15 -03:00

5 lines
177 B
TypeScript

import { IToken } from './Parser';
/**
* Finds all the direct childs of a specifyed type
*/
export declare function findChildrenByType(token: IToken, type: string): IToken[];