UNPKG
layeshifter-fela
Version:
latest (10.2.10)
10.2.10
10.2.9
10.2.8
10.2.7
10.2.6
10.2.5
State-Driven Styling in JavaScript
rofrischmann/fela
layeshifter-fela
/
lib
/
isBase64.js
9 lines
(8 loc)
•
183 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
'use strict'
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
default
= isBase64;
function
isBase64
(
property
) {
return
property.
substr
(
0
,
5
) ===
'data:'
; }