Skip to content

Commit

Permalink
Update render namespace to hyperappRender (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
joseluisq authored and frenzzy committed Jul 10, 2018
1 parent e8f1358 commit 05ecc8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/browser.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export as namespace render
export as namespace hyperappRender

import { ActionsType, View } from 'hyperapp'
import { renderToString } from './index'
Expand Down
2 changes: 1 addition & 1 deletion src/node.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export as namespace render
export as namespace hyperappRender

import { ActionsType, View } from 'hyperapp'
import { Readable } from 'stream'
Expand Down

0 comments on commit 05ecc8b

Please sign in to comment.