UNPKG
@graphile/postgis
Version:
latest (0.2.0)
0.2.0
0.2.0-0
0.1.0
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
PostGIS support for PostGraphile
github.com/graphile/postgis
graphile/postgis
@graphile/postgis
/
dist
/
PostgisRegisterTypesPlugin.d.ts
4 lines
(3 loc)
•
94 B
TypeScript
View Raw
1
2
3
4
import
{
Plugin
}
from
"graphile-build"
;
declare
const
plugin
:
Plugin
;
export
default
plugin;