cssExpand.js (88B)
1 define( function() { 2 "use strict"; 3 4 return [ "Top", "Right", "Bottom", "Left" ]; 5 } );