UNPKG

@dscodotco/theme-cli

Version:

A CLI tool for developing Shopify themes

15 lines (12 loc) 269 B
declare module "template-literal-types" { interface String { raw: any; } } declare namespace NodeJS { interface ProcessEnv { [key: string]: string | undefined; } } // Allow any string in template literals declare type TemplateStringsArray = string[];