|
@ -1,6 +1,6 @@ |
|
|
import _ from 'lodash'; |
|
|
import _ from 'lodash'; |
|
|
|
|
|
|
|
|
export function loadOptions(): any { |
|
|
export function loadOptions(): object { |
|
|
const defaultOptions = { xterm: { fontSize: 14 } }; |
|
|
const defaultOptions = { xterm: { fontSize: 14 } }; |
|
|
try { |
|
|
try { |
|
|
return _.isUndefined(localStorage.options) |
|
|
return _.isUndefined(localStorage.options) |
|
|