├── README.md └── index.ts /README.md: -------------------------------------------------------------------------------- 1 | # libcommon 2 | libcommon 3 | -------------------------------------------------------------------------------- /index.ts: -------------------------------------------------------------------------------- 1 | //todo 2 | interface User { 3 | name:string 4 | } --------------------------------------------------------------------------------