Files
2018-02-19 16:04:43 +01:00

6 lines
93 B
JavaScript

import Pym from 'pym.js';
const pym = new Pym.Child({ polling: 100 });
export default pym;