UNPKG

260 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3function isVinylFile(obj) {
4 return (typeof obj === 'object') && ('path' in obj) && ('contents' in obj);
5}
6exports.isVinylFile = isVinylFile;
7//# sourceMappingURL=vinyl_file.js.map
\No newline at end of file