typia
Version:
Superfast runtime validators with only one line
1 lines • 479 B
Source Map (JSON)
{"version":3,"file":"_httpFormDataReadBlob.mjs","names":[],"sources":["../../src/internal/_httpFormDataReadBlob.ts"],"sourcesContent":["export const _httpFormDataReadBlob = (\n input: string | Blob | null,\n): Blob | null | undefined =>\n input instanceof Blob\n ? input\n : input === null\n ? undefined\n : input === \"null\"\n ? null\n : (input as any);\n"],"mappings":";AAAA,MAAa,yBACX,UAEA,iBAAiB,OACb,QACA,UAAU,OACR,KAAA,IACA,UAAU,SACR,OACC"}