import Mat4 from './type'

export default isIdentity

declare function isIdentity(matrix: Mat4): boolean
