Skip to content

Commit

Permalink
converted JS to TS, see phetsims/tambo#160
Browse files Browse the repository at this point in the history
  • Loading branch information
jbphet committed Mar 24, 2022
1 parent c3fd20c commit 1e047b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/Timer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import axon from './axon.js';
import TinyEmitter from './TinyEmitter.js';

type TimerListener = ( dt: number ) => void;
export type TimerListener = ( dt: number ) => void;

export default class Timer extends TinyEmitter<[number]> {

Expand Down

0 comments on commit 1e047b9

Please sign in to comment.