Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 248 Bytes

long-singers-help.md

File metadata and controls

13 lines (10 loc) · 248 Bytes
@total-typescript/ts-reset
minor

Added a rule, /session, to make sessionStorage and localStorage safer.

// Is now typed as `unknown`, not `any`!
localStorage.a;

// Is now typed as `unknown`, not `any`!
sessionStorage.abc;