We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1de176d commit 94d0ce8Copy full SHA for 94d0ce8
src/index.d.ts
@@ -8,7 +8,7 @@ import { type ScheduleData } from '@breejs/later';
8
export = Bree;
9
10
type AsyncFunction<A extends any[], O> = (...args: A) => Promise<O>;
11
-type Mutable<T> = { -readonly [P in keyof T]: T[P]; };
+type Mutable<T> = { -readonly [P in keyof T]: T[P] };
12
13
declare class Bree extends EventEmitter {
14
config: Bree.BreeConfigs;
0 commit comments