mirror of
https://github.com/wassname/talk.git
synced 2026-07-02 19:40:35 +08:00
6 lines
93 B
JavaScript
6 lines
93 B
JavaScript
import Pym from 'pym.js';
|
|
|
|
const pym = new Pym.Child({ polling: 100 });
|
|
|
|
export default pym;
|