UNPKG

66 BJavaScriptView Raw
1export const isDataURL = (x) => /^data:.+\/(.+);base64,/.test(x);