This website works better with JavaScript.
Home
Explore
Help
Sign In
topuser
/
rollup-demo
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
rollup-demo
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.
8
Commits
1
Branch
0
Tags
412 KiB
JavaScript
100%
Tree:
976f445e83
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '976f445e83'
${ noResults }
rollup-demo
/
rollup-demo3
/
dist
/
dist.js
7 lines
98 B
Raw
Blame
History
'use strict'
;
function
logA
(
)
{
console
.
log
(
'function logA called'
)
;
}
module
.
exports
=
logA
;
Reference in new issue