UNPKG
node-ff
Version:
latest (2.0.0)
2.0.0
1.5.0
1.1.0
A CLI for creating NodeJs projects
github.com/FelipeNevess/Node-CLI
FelipeNevess/Node-CLI
node-ff
/
app
/
src
/
utils
/
check
/
interface
/
index.ts
4 lines
(2 loc)
•
67 B
text/typescript
View Raw
1
2
3
4
import
{
ICheckDTO
}
from
'./ICheckDTO'
;
export
{
ICheckDTO
};