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

1.0.39 • 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;

Package Sidebar

Install

npm i regexp-helper

Weekly Downloads

4,432

Version

1.0.39

License

ISC

Unpacked Size

28.3 kB

Total Files

15

Last publish

Collaborators

  • bluelovers