summaryrefslogtreecommitdiff
path: root/node_modules/yaml/types/binary.js
blob: 271b9de38ba63cfc56b681a4aecf9488e318db20 (plain)
1
2
3
4
5
6
7
8
'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)