UNPKG

jsontointerface

Version:

parse json to interface files of typescript

8 lines (7 loc) 168 B
class nameindex { static get index(){ if(!nameindex._index) nameindex._index=0; return nameindex._index++; } } module.exports = nameindex;