Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
stylelint
/
lib
/
utils
/
Filename :
isCustomProperty.js
back
Copy
/* @flow */ "use strict"; /** * Check whether a property is a custom one */ module.exports = function(property /*: string*/) /*: boolean*/ { return property.slice(0, 2) === "--"; };