UNPKG

overwatch-api-server

Version:
8 lines (5 loc) 210 B
'use strict'; const getPackageType = require('./async.cjs'); const getPackageTypeSync = require('./sync.cjs'); module.exports = filename => getPackageType(filename); module.exports.sync = getPackageTypeSync;