This website works better with JavaScript
Halaman utama
Jelajahi
Bantuan
Masuk
Lumina-Internal
/
VLEX
Liatin
2
Bintangi
0
Fork
0
Berkas
Masalah
0
Permintaan Tarik
0
Wiki
Pohon:
55473b7e7c
Ranting
Tag
UAT
live
master
VLEX
/
BPM-UI
/
node_modules
/
mdast-util-to-hast
/
lib
/
handlers
/
thematic-break.js
thematic-break.js
105 B
Riwayat
Mentahan
1
2
3
4
5
6
7
'use strict'
module.exports = thematicBreak
function thematicBreak(h, node) {
return h(node, 'hr')
}