aboutsummaryrefslogtreecommitdiff
path: root/test/harness/compatBuffer.js
blob: 5b82aa3cce9e302e8e23e678f7cdd4cc8cb08ccb (plain)
1
2
3
function has_buffer() {
    return (typeof Buffer === 'function') && Buffer.from;
}