MCPcopy Create free account
hub / github.com/bberak/react-native-game-engine /

Class

src/DefaultTimer.js:17–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15*/
16
17export default class DefaultTimer {
18 constructor() {
19 this.subscribers = [];
20 this.loopId = null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected