UNPKG

wix-storybook-utils

Version:

Utilities for automated component documentation within Storybook

7 lines 250 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = (function (string) { var quoted = string.match(/^['"](.*?)['"]$/); return quoted ? quoted[1] : string; }); //# sourceMappingURL=strip-quotes.js.map