UNPKG

zenstack

Version:

FullStack enhancement for Prisma ORM: seamless integration from database to UI

5 lines (4 loc) 119 B
/** * Utility for indenting strings */ export default function indentString(string: string, count?: number): string;