UNPKG

@yookue/ts-lang-utils

Version:

Common lang utilities for typescript

3 lines 155 B
export function clear() { document.cookie = document.cookie.replace(/^(.*;)?\s*[^=]+=[^;]+(;.*)?$/, "$1expires=Thu, 01 Jan 1970 00:00:00 GMT; path=/"); }