Files
DefinitelyTyped/types/dookie/dookie-tests.ts
2017-07-25 10:34:23 -07:00

6 lines
137 B
TypeScript

import { push, pull } from 'dookie';
(async () => {
await push('mongodb://localhost:27017/test', {test: [{ok: 1}, {ok: 2}]});
})();