Skip to content

Commit

Permalink
feat: allow chaining use statements
Browse files Browse the repository at this point in the history
closes #5
  • Loading branch information
danielroe committed Nov 21, 2020
1 parent 6a1d0f3 commit 2019d0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export function use (
} else {
app.stack.push(normalizeLayer({ ...arg1 }))
}
return app
}

export function createHandle (stack: Stack): PHandle {
Expand Down

0 comments on commit 2019d0f

Please sign in to comment.