tunnckoCore/native-or-another

View on GitHub
index.js

Summary

Maintainability
A
0 mins
Test Coverage
/*!
 * native-or-another <https://github.com/tunnckoCore/native-or-another>
 *
 * Copyright (c) Charlike Mike Reagent <@tunnckoCore> (https://i.am.charlike.online)
 * Released under the MIT license.
 */

'use strict'

var register = require('./register')

module.exports = register({ global: false })