UNPKG

@jeremytenjo/super-code-generator

Version:

A powerful, fast, and scalable code generator that saves you time

7 lines (6 loc) 254 B
export type WrapInTemplateLiteralProps = { text: string; isPlaceholder?: boolean; }; export type WrapInTemplateLiteralReturn = string; export default function wrapInTemplateLiteral(props: WrapInTemplateLiteralProps): WrapInTemplateLiteralReturn;