pattern-in-scope.d.ts 417 B

123456789101112
  1. /**
  2. * @import {ConstructName, Unsafe} from 'mdast-util-to-markdown'
  3. */
  4. /**
  5. * @param {Array<ConstructName>} stack
  6. * @param {Unsafe} pattern
  7. * @returns {boolean}
  8. */
  9. export function patternInScope(stack: Array<ConstructName>, pattern: Unsafe): boolean;
  10. import type { ConstructName } from 'mdast-util-to-markdown';
  11. import type { Unsafe } from 'mdast-util-to-markdown';
  12. //# sourceMappingURL=pattern-in-scope.d.ts.map