export function isBoolean(argument?: any): boolean { return argument === true || argument === false }