UNPKG

291 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3var is_array_like_1 = require("./is-array-like");
4function head(o) {
5 if (is_array_like_1.default(o)) {
6 return o[0];
7 }
8 return undefined;
9}
10exports.default = head;
11//# sourceMappingURL=head.js.map
\No newline at end of file