Skip to content

Commit

Permalink
Feature: Plugins upgrade (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
Martynas Žilinskas authored Jan 4, 2018
1 parent b682f23 commit aa21aba
Show file tree
Hide file tree
Showing 29 changed files with 1,553 additions and 1,350 deletions.
Original file line number Diff line number Diff line change
@@ -1,24 +1,26 @@
# exported-functions

## Foo()
## Functions

### Foo()

```typescript
function Foo(): string
```

### Return type
**Return type**

string

----------

## Bar()
### Bar()

```typescript
function Bar(): string
```

### Return type
**Return type**

string


Loading

0 comments on commit aa21aba

Please sign in to comment.