import Vec4 from './type'

export default fromScalar

declare function fromScalar(out: Vec4, scalar: number): Vec4
