1// +build !js
2
3package pouchdb
4
5func init() {
6	panic("kivik: pouchdb must be compiled with GopherJS")
7}
8