UNPKG
hosting
Version:
latest (0.0.2)
0.0.2
0.0.1
The easiest way to deploy websites
github.com/fordnox/hosting
fordnox/hosting
hosting
/
lib
/
index.js
8 lines
(5 loc)
•
86 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
const
hosting =
"Under construction"
;
module
.
exports
= { hosting };