UNPKG

@foal/storage

Version:

Storage components for FoalTS

9 lines (8 loc) 324 B
/** * FoalTS * Copyright(c) 2017-2025 Loïc Poullain * Released under the MIT License. */ export { Disk, FileDoesNotExist, isFileDoesNotExist, } from './disk.service'; export { LocalDisk, } from './local-disk.service'; export { FilesSchema, FieldsSchema, ParseAndValidateFiles, } from './parse-and-validate-files.hook';