This commit is contained in:
18
node_modules/property-information/lib/util/schema.js
generated
vendored
Normal file
18
node_modules/property-information/lib/util/schema.js
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
'use strict'
|
||||
|
||||
module.exports = Schema
|
||||
|
||||
var proto = Schema.prototype
|
||||
|
||||
proto.space = null
|
||||
proto.normal = {}
|
||||
proto.property = {}
|
||||
|
||||
function Schema(property, normal, space) {
|
||||
this.property = property
|
||||
this.normal = normal
|
||||
|
||||
if (space) {
|
||||
this.space = space
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user