Skip to content

Instantly share code, notes, and snippets.

View dysonspherelab's full-sized avatar

dysonspherelab

View GitHub Profile
import * as moment from "moment";
interface StorageObj {
expiry: moment.Moment;
}
export class LocalS {
save(key: string, data: any) {
let obj;