芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/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