botbook/node_modules/ebnf/dist/SemanticHelpers.d.ts

6 lines
177 B
TypeScript
Raw Normal View History

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