Files
DefinitelyTyped/types/dookie/dookie-tests.ts
2017-03-24 14:27:52 -07:00

6 lines
135 B
TypeScript

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