shift73k/assets_old/node_modules/@popperjs/core/lib/utils/format.d.ts

2 lines
77 B
TypeScript
Raw Normal View History

export default function format(str: string, ...args: Array<string>): string;