UNPKG

83 BJavaScriptView Raw
1const isDataURL = (x) => /^data:.+\/(.+);base64,/.test(x);
2export {
3 isDataURL
4};