UNPKG

rigjs

Version:

A multi-repos dev tool based on yarn and git.Rigjs is intended to be the simplest way to develop,share and deliver codes between different developers or different projects.

7 lines (5 loc) 96 B
declare namespace check { const name: string; function load(): void; } export default check;