js-utils/src/index.js

5 lines
152 B
JavaScript
Raw Normal View History

2023-01-30 00:40:37 +02:00
import * as typeValidator from "./data/typeValidator";
import * as localStorage from "./storage/localStorage";
2022-05-04 02:25:36 +03:00
2022-05-08 05:31:32 +03:00
export { typeValidator, localStorage };