import { Fn } from '../Fn'; import { IfInvoking, Input } from '../utils'; export interface Prepend
extends Fn { out: IfInvoking>, string>; } export type InvokePrepend = `${P}${S}`;
= `${P}${S}`;