UNPKG

overwatch-api-server

Version:
14 lines (12 loc) 362 B
/** * babel-plugin-espower: * Babel plugin for power-assert * * https://github.com/power-assert-js/babel-plugin-espower * * Copyright (c) 2015-2019 Takuto Wada * Licensed under the MIT license. * https://github.com/power-assert-js/babel-plugin-espower/blob/master/LICENSE */ 'use strict'; module.exports = require('./lib/create-espower-visitor');