source:
node_modules/ts-toolbelt/out/String/At.d.ts
Last change on this file was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 224 bytes |
Line | |
---|---|
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.