main
Last change
on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
269 bytes
|
Line | |
---|
1 | import type { ParsedNode } from '../nodes/Node.js';
|
---|
2 | import type { Pair } from '../nodes/Pair.js';
|
---|
3 | import type { ComposeContext } from './compose-node.js';
|
---|
4 | export declare function mapIncludes(ctx: ComposeContext, items: Pair<ParsedNode>[], search: ParsedNode): boolean;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.