blob: 1148d4386382b04ee73bd14fba751d565d69c388 [file] [log] [blame]
'use strict';
function isTransparent(str) {
return str === 'transparent';
}
module.exports = isTransparent;