npm run fmt
This commit is contained in:
parent
21fe35da05
commit
11c595619d
21 changed files with 155 additions and 137 deletions
|
|
@ -16,7 +16,7 @@ const mutableObj = defState("mutableObj", {
|
|||
});
|
||||
|
||||
type FortyOneAdder = () => number;
|
||||
|
||||
|
||||
type Incrementer = (n: number) => number;
|
||||
|
||||
const inc41 = defState<FortyOneAdder>("inc41", {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue