Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 755 Bytes

File metadata and controls

26 lines (17 loc) · 755 Bytes

Generator module ↩️
oniguruma-parser/generator

Generates Oniguruma pattern and flags strings from an OnigurumaAst.

Import

import {generate} from 'oniguruma-parser/generator';

Type definition

function generate(ast: OnigurumaAst): {
  pattern: string;
  flags: string;
};

About

Created by Steven Levithan and contributors.

If you want to support this project, I'd love your help by contributing improvements (guide), sharing it with others, or sponsoring ongoing development.

MIT License.