Interface Re

正则表达式

interface Re {
    flags?: string;
    pattern: string;
}

Properties

Properties

flags?: string
pattern: string

Generated using TypeDoc