index
:
simple-container
master
Implement a simple API for managing the Docker container.
Valentin Popov
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
index.js
blob: 2686a9781147e328d687db541d4c66879517e556 (
plain
) (
blame
)
1
2
3
import
{
Item
}
from
'ancient-funicular'
;
export
class
Container
extends
Item
{};