Mailspring/spec-nylas/fixtures/packages/package-with-provided-services/index.coffee

14 lines
203 B
CoffeeScript

module.exports =
activate: ->
deactivate: ->
provideFirstServiceV3: ->
'first-service-v3'
provideFirstServiceV4: ->
'first-service-v4'
provideSecondService: ->
'second-service'