UNPKG

@yookue/ts-lang-utils

Version:

Common lang utilities for typescript

3 lines 121 B
export function getKey(index) { return index === undefined || index < 0 ? undefined : window.localStorage.key(index); }