UNPKG

@observablehq/notebook-inspector

Version:

[![CircleCI](https://circleci.com/gh/observablehq/notebook-inspector/tree/master.svg?style=svg)](https://circleci.com/gh/observablehq/notebook-inspector/tree/master)

6 lines (4 loc) 134 B
var regExpToString = RegExp.prototype.toString; export default function formatRegExp(value) { return regExpToString.call(value); }