import {expectType} from 'tsd'; import type {StringSlice} from '../index.d.ts'; expectType>('abcde'); expectType>('abcde'); expectType>('abcd'); expectType>('bcd'); expectType>('b'); expectType>('bc'); expectType>('abcd'); expectType>('ab'); expectType>('de'); expectType>(''); expectType>(''); expectType>(null! as string); expectType>(null! as string); expectType>(null! as string);