MCPcopy
hub / github.com/markedjs/marked / RegexpObj

Interface RegexpObj

test/recheck.ts:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { check } from 'recheck';
3
4interface RegexpObj {
5 [k: string]: RegExp | string | ((arg: number) => RegExp | string) | ((arg: string) => RegExp | string) | RegexpObj;
6}
7
8async function checkRegexp(obj: RegexpObj, name: string) {
9 await Promise.all(Object.keys(obj).map(async(prop: string) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…