HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/1991109/cwd/usr/share/nodejs/release-zalgo/
Upload File :
Current File : //proc/1991109/cwd/usr/share/nodejs/release-zalgo/index.js
'use strict'

const Async = require('./lib/Async')
const Sync = require('./lib/Sync')
const unwrapSync = require('./lib/unwrapSync')

exports.sync = () => new Sync()
exports.async = () => new Async()
exports.unwrapSync = unwrapSync