UNPKG

@ikona/cli

Version:
8 lines (7 loc) 206 B
// src/illustrations/templates/paths.ts var pathsTemplate = (illustrationNames) => `export type IllustrationPath = | ${illustrationNames.join("\n | ").replace(/"/g, "'")}; `; export { pathsTemplate };