Link Search Menu Expand Document

StrongPassword overview

Added in v1.0.0


Table of contents


utils

StrongPassword

Signature

export declare const StrongPassword: t.BrandC<t.StringC, StrongPasswordBrand>

Added in v1.0.0

StrongPassword (type alias)

Signature

export type StrongPassword = t.Branded<string, StrongPasswordBrand>

Added in v1.0.0

StrongPasswordBrand (interface)

Signature

export interface StrongPasswordBrand {
  readonly StrongPassword: unique symbol
}

Added in v1.0.0