package.index.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of utf-8-validate Show documentation
Show all versions of utf-8-validate Show documentation
Check if a buffer contains valid UTF-8
The newest version!
'use strict';
try {
module.exports = require('node-gyp-build')(__dirname);
} catch (e) {
module.exports = require('./fallback');
}