UNPKG

@black-tools/modelr

Version:

An extensible proxy to access and manipulate models.

13 lines (10 loc) 247 B
import {test as localTest} from './client/local'; import {test as fullstackTest} from './client/fullstack'; async function test(){ // localTest(); fullstackTest(); } test() .then(() => { console.log('=== End test.'); });