UNPKG

@dazejs/framework

Version:

Daze.js - A powerful web framework for Node.js

4 lines (3 loc) 175 B
import { Node } from './node'; export declare function isMatchNodeWithType(node: Node, key: string): boolean; export declare function parsePattern(pattern: string): string[];