JSPM

  • Created
  • Published
  • Downloads 4485
  • Score
    100M100P100Q158021F
  • License ISC

regexp-helper

Package Exports

  • regexp-helper
  • regexp-helper/index.js
  • regexp-helper/lib/cjk-conv
  • regexp-helper/lib/cjk-conv.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (regexp-helper) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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;