source: node_modules/ts-toolbelt/out/String/At.d.ts

main
Last change on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 224 bytes
Line 
1import { Split } from './Split';
2import { At as AAt } from '../Any/At';
3/**
4 * Get the character at position `K`
5 * @param S
6 * @param K
7 */
8export declare type At<S extends string, K extends number> = AAt<Split<S, ''>, K>;
Note: See TracBrowser for help on using the repository browser.