Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "Iteration/Key"

Index

Type aliases

Type aliases

Key

Key<I>: Format<I, "s">

Get the position of I (string)

Type parameters

returns

string

example

import {I} from 'ts-toolbelt'

type i = I.IterationOf<'20'>

type test0 = I.Key<i>         // '20'
type test1 = I.Key<I.Next<i>> // '21'

Made with ❤️ by pirix-gh. Documentation generated by TypeDoc.