UNPKG

wix-storybook-utils

Version:

Utilities for automated component documentation within Storybook

5 lines (4 loc) 118 B
export default string => { const quoted = string.match(/^['"](.*?)['"]$/); return quoted ? quoted[1] : string; };