Interface ICustomPattern

interface ICustomPattern {
    exec: CustomPatternMatcherFunc;
}

Properties

Properties