rsnext/packages/next-server/index.d.ts
Tim Neutkens c9d599b698
Add .d.ts for next-server (#7133)
* Add .d.ts files

* Drop next declarations from index.d.ts

* Bring back number of errors

* Fix more errors

* Fix rewriteUrlForExport
2019-04-24 16:47:50 +02:00

2 lines
128 B
TypeScript

import Server, {ServerConstructor} from './dist/server/next-server'
export default function(options: ServerConstructor): Server