regexp-helper
TypeScript icon, indicating that this package has built-in type declarations

1.0.42 • Public • Published

regexp-helper

API

index.d.ts

export * from 'regexp-helper-core';
import { getNativeFlags, stripNonNativeFlags, isNativeFlags, prototypeToFlags, prototypeToFlagsArray } from './lib';
import { parseRegularExpressionString } from './lib/parse';
export declare const nativeFlags: string;
export { getNativeFlags, stripNonNativeFlags, isNativeFlags };
export { prototypeToFlags, prototypeToFlagsArray };
export { parseRegularExpressionString };
declare const _default: typeof import(".");
export default _default;

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i regexp-helper

    Weekly Downloads

    2,532

    Version

    1.0.42

    License

    ISC

    Unpacked Size

    28.6 kB

    Total Files

    15

    Last publish

    Collaborators

    • bluelovers