This commit is contained in:
7
node_modules/micromark/lib/util/shallow.mjs
generated
vendored
Normal file
7
node_modules/micromark/lib/util/shallow.mjs
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
export default shallow
|
||||
|
||||
import assign from '../constant/assign.mjs'
|
||||
|
||||
function shallow(object) {
|
||||
return assign({}, object)
|
||||
}
|
||||
Reference in New Issue
Block a user