Linux Foundation Collaborative Projects
index
:
sdc/onap-ui-common
dublin
guilin
honolulu
master
A common UI library containing different components, fonts and styles used by SDC and the different designers in order to create a single look and feel across SDC
Grokmirror user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
utils
/
delete-folders.js
blob: b317391a419d90de6b8d5ac988246f807ecbd888 (
plain
)
1
2
3
var
del
=
require
(
'delete'
);
del
.
sync
([
'lib'
]);