UNPKG

100 BJavaScriptView Raw
1'use strict'
2
3const apemanNeed = require('apeman-need')
4
5apemanNeed({}).then(() => {
6 /* ... */
7})