UNPKG

create-storybook

Version:

Storybook installer: Develop, document, and test UI components in isolation

9 lines (6 loc) 241 B
import ESM_COMPAT_Module1 from 'node:module'; import 'node:url'; import 'node:path'; ESM_COMPAT_Module1.createRequire(import.meta.url); function slash(path){return path.startsWith("\\\\?\\")?path:path.replace(/\\/g,"/")} export { slash };