UNPKG
@codersrank/summary
Version:
latest (0.9.13)
0.9.13
0.9.12
0.9.11
0.9.10
0.9.9
0.9.8
0.9.7
0.9.5
0.9.4
Codersrank Summary Widget
github.com/codersrank-org/summary-widget
codersrank-org/summary-widget
@codersrank/summary
/
cjs
/
shared
/
render-error.js
10 lines
(7 loc)
•
167 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
"use strict"
;
exports
.
__esModule
=
true
;
exports
.
renderError
=
void
0
;
var
renderError =
function
renderError
(
) {
return
''
; };
exports
.
renderError
= renderError;