UNPKG

penguins-eggs

Version:

A remaster system tool, compatible with Almalinux, Alpine, Arch, Debian, Devuan, Fedora, Manjaro, Opensuse, Ubuntu and derivatives

7 lines (6 loc) 156 B
/** * sprintf.ts * * Converted to a pure, strictly-typed TypeScript module. */ export default function sprintf(format: string, ...args: any[]): string;