Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
common
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
npm
common
Commits
be3abc83
Commit
be3abc83
authored
Nov 21, 2018
by
Vladislav Lagunoff
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[update] Добавлен Difference
parent
fd01e2ae
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
update/burrido.ts
+3
-3
update/index.ts
+0
-0
No files found.
update/burrido.ts
View file @
be3abc83
...
@@ -12,10 +12,10 @@ Update.Do = Do;
...
@@ -12,10 +12,10 @@ Update.Do = Do;
declare
module
"./"
{
declare
module
"./"
{
interface
UpdateStatic
{
interface
UpdateStatic
{
Do
<
State
,
Result
>
(
iter
:
()
=>
IterableIterator
<
Update
<
any
,
any
>>
):
Update
<
State
,
Result
>
;
Do
<
State
,
Result
>
(
iter
:
()
=>
IterableIterator
<
Update
<
Error
,
any
,
any
>>
):
Update
<
Error
,
State
,
Result
>
;
}
}
interface
BoundStatics
<
State
>
{
interface
BoundStatics
<
Error
,
State
>
{
Do
<
Result
>
(
iter
:
()
=>
IterableIterator
<
Update
<
any
,
any
>>
):
Update
<
State
,
Result
>
;
Do
<
Result
>
(
iter
:
()
=>
IterableIterator
<
Update
<
Error
,
any
,
any
>>
):
Update
<
Error
,
State
,
Result
>
;
}
}
}
}
...
...
update/index.ts
View file @
be3abc83
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment