Files
igny8/frontend/node_modules/attr-accept/index.d.ts
2025-11-09 10:27:02 +00:00

2 lines
115 B
TypeScript

export default function accept(file: { name?: string, type?: string }, acceptedFiles: string | string[]): boolean;