UNPKG

@lando/backdrop

Version:

A Lando plugin that provides a tight integration with Backdrop.

7 lines (5 loc) 118 B
'use strict'; module.exports = database => ({ type: database.split(':')[0], version: database.split(':')[1], });