Skip to content

Instantly share code, notes, and snippets.

View meatfly's full-sized avatar
🤡

Tomáš Hampl meatfly

🤡
  • freelancer
  • Trebic, Brno , Prague
View GitHub Profile
import {Injectable} from '@angular/core';
import {Storage} from '@ngx-cache/core';
import {EventEmitter} from 'events';
import {mkdirSync, readdirSync, readFileSync, rmdirSync, statSync, unlinkSync, writeFileSync} from 'fs';
import {join, resolve} from 'path';
import {FsStorageLoader} from "@ngx-cache/fs-storage";
export class FsItemMetadata {
size: number;