mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-06 19:19:13 +08:00
8 lines
231 B
Text
8 lines
231 B
Text
'use strict'
|
|
Object.defineProperty(exports, '__esModule', { value: true })
|
|
|
|
const legacy = require('../dist/legacy-exports')
|
|
exports.binary = legacy.binary
|
|
exports.default = [exports.binary]
|
|
|
|
legacy.warnFileDeprecation(__filename)
|