UNPKG

@scalar/api-client

Version:

the open source API testing client

8 lines (7 loc) 97 B
const n = (e) => { if (e instanceof File) return e.name; }; export { n as getFileName };