This commit is contained in:
23
node_modules/property-information/lib/util/info.js
generated
vendored
Normal file
23
node_modules/property-information/lib/util/info.js
generated
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
'use strict'
|
||||
|
||||
module.exports = Info
|
||||
|
||||
var proto = Info.prototype
|
||||
|
||||
proto.space = null
|
||||
proto.attribute = null
|
||||
proto.property = null
|
||||
proto.boolean = false
|
||||
proto.booleanish = false
|
||||
proto.overloadedBoolean = false
|
||||
proto.number = false
|
||||
proto.commaSeparated = false
|
||||
proto.spaceSeparated = false
|
||||
proto.commaOrSpaceSeparated = false
|
||||
proto.mustUseProperty = false
|
||||
proto.defined = false
|
||||
|
||||
function Info(property, attribute) {
|
||||
this.property = property
|
||||
this.attribute = attribute
|
||||
}
|
||||
Reference in New Issue
Block a user