UNPKG
@eas-framework/server
Version:
latest (1.5.8)
1.5.8
1.5.7
1.5.6
1.5.5
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.2
1.3.1
1.3.0
1.2.0
1.1.2
1.1.1
1.1.0
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
Node.js framework, with a lot of built in features
eas-framework.ml
eas-framework/eas-framework
@eas-framework/server
/
dist
/
static
/
client
/
markdownCopy.js
2 lines
(1 loc)
•
109 B
JavaScript
View Raw
1
2
function
markdownCopy
(n){navigator
.clipboard
.writeText
(n.parentElement.nextElementSibling.innerText.trim())}