* Typings_Three_Core_LineDashedMaterial_Update LineDashedMaterial was inheriting from Material but as per three.js it inherits from LineBasicMaterial. ref: https://github.com/DefinitelyTyped/DefinitelyTyped/pull/29149 https://github.com/mrdoob/three.js/blob/master/src/materials/LineDashedMaterial.js#L32 * implemented review comments * added isLineDashedMaterial definition