This website works better with JavaScript.
Explore
Help
Sign In
pecfmfujl
/
parttimejob
Watch
1
Star
0
Fork
You've already forked parttimejob
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wxy_branch
main
master
develop
hmy_branch
smy_branch
wxh_branch
wxy_branch
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'wxy_branch'
${ noResults }
parttimejob
/
node_modules
/
log-symbols
/
browser.js
9 lines
108 B
Raw
Permalink
Normal View
History
Unescape
Escape
init
4 weeks ago
'use strict'
;
module
.
exports
=
{
info
:
'
ℹ
️
'
,
success
:
'✅'
,
warning
:
'⚠️'
,
error
:
'❌️'
}
;