UNPKG

288 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports["default"] = getOptionProperty;
7
8var _nodash = require("./nodash");
9
10function getOptionProperty(option, key) {
11 if ((0, _nodash.isString)(option)) {
12 return undefined;
13 }
14
15 return option[key];
16}
\No newline at end of file