{-| Copyright: This file is part of the package zxcvbn-hs. It is subject to the license terms in the LICENSE file found in the top-level directory of this distribution and at: https://code.devalot.com/sthenauth/zxcvbn-hs No part of this package, including this file, may be copied, modified, propagated, or distributed except according to the terms contained in the LICENSE file. License: MIT Types needed by code generated from the @zxcvbn-tools@ utility. -} module Text.Password.Strength.Types ( AdjacencyTable ) where -------------------------------------------------------------------------------- -- Project Imports: import Text.Password.Strength.Internal.Adjacency