Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 562 Bytes

pindex.md

File metadata and controls

13 lines (13 loc) · 562 Bytes
.
├── examples
│   └── Timetrap.example.js             :The example application
├── index.js                            :The Timetrap wrapper library
├── LICENSE                             :MIT
├── package.json                        :Dependencies, etc.
├── package-lock.json                   :
├── pindex.md                           :This file
├── README.md                           :Proj. doc
└── __tests__                           :jest unit testing folder
    └── Timetrap.test.js