Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
types-myround
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wildfirecode13
types-myround
Commits
8b82070f
Commit
8b82070f
authored
Mar 13, 2018
by
wildfirecode
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
u
parents
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
0 deletions
+9
-0
Bar.d.ts
Bar.d.ts
+4
-0
Foo.d.ts
Foo.d.ts
+3
-0
index.d.ts
index.d.ts
+2
-0
No files found.
Bar.d.ts
0 → 100644
View file @
8b82070f
import
Foo
from
"./Foo"
;
export
default
class
Bar
{
createFoo
():
Foo
;
}
Foo.d.ts
0 → 100644
View file @
8b82070f
export
default
class
Foo
{
log
():
void
;
}
index.d.ts
0 → 100644
View file @
8b82070f
import
Bar
from
"./Bar"
;
export
{
Bar
};
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