import Vec2 from './type'

export default fromScalar

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