source:
node_modules/ts-toolbelt/out/String/At.d.ts@
d24f17c
Last change on this file since d24f17c was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 224 bytes |
Rev | Line | |
---|---|---|
[d24f17c] | 1 | import { Split } from './Split'; |
2 | import { At as AAt } from '../Any/At'; | |
3 | /** | |
4 | * Get the character at position `K` | |
5 | * @param S | |
6 | * @param K | |
7 | */ | |
8 | export declare type At<S extends string, K extends number> = AAt<Split<S, ''>, K>; |
Note:
See TracBrowser
for help on using the repository browser.