UNPKG
animate-text
Version:
latest (0.3.2)
0.3.2
0.3.1
0.2.5
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
0.0.1
animate text
github.com/qgh810/animate-text
qgh810/animate-text
animate-text
/
src
/
utils
/
log.js
6 lines
(4 loc)
•
143 B
JavaScript
View Raw
1
2
3
4
5
6
import
{
DOCUMENT_ADDR
}
from
'../config'
export
function
showWarn
(
str
) {
console
.
warn
(str +
' 请参考相关文档: '
+
DOCUMENT_ADDR
) }