forked from rDrama/rDrama
1
0
Fork 0
rDrama/node_modules/yaml/types/binary.js

9 lines
231 B
JavaScript

'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)