This commit is contained in:
16
node_modules/unist-util-generated/index.js
generated
vendored
Normal file
16
node_modules/unist-util-generated/index.js
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
'use strict'
|
||||
|
||||
module.exports = generated
|
||||
|
||||
function generated(node) {
|
||||
return (
|
||||
!node ||
|
||||
!node.position ||
|
||||
!node.position.start ||
|
||||
!node.position.start.line ||
|
||||
!node.position.start.column ||
|
||||
!node.position.end ||
|
||||
!node.position.end.line ||
|
||||
!node.position.end.column
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user