UNPKG

@zendesk/zcli-themes

Version:

zcli theme commands live here

5 lines (4 loc) 197 B
/// <reference types="node" /> import type { Flags } from '../types'; import * as path from 'path'; export default function getAssets(themePath: string, flags: Flags): [path.ParsedPath, string][];