UNPKG
@syncify/codegen
Version:
latest (0.0.1)
0.0.1
Shopify GraphQL codegen handling for the sane developer.
@syncify/codegen
/
src
/
index.ts
5 lines
(3 loc)
•
122 B
text/typescript
View Raw
1
2
3
4
5
import
customPlugin
from
'./plugin'
;
export
type
{
SyncifyPluginConfig
}
from
'./plugin'
;
module
.
exports
= customPlugin;