UNPKG

@crtxio/bproto-contract-call

Version:

@crtxio/bproto-contract-call is a Nuxt3 layer which provides a Nuxt 3 component to purchase and register BProto domains and Nuxt 3 composables to call BProto standard and bridged zone contracts.

15 lines (13 loc) 223 B
export default defineAppConfig({ myLayer: { name: 'Hello from Nuxt layer' } }) declare module '@nuxt/schema' { interface AppConfigInput { myLayer?: { /** Project name */ name?: string } } }