UNPKG

repoify-js

Version:

Repoify is a custom-built Version Control System (VCS) created as a fun learning project to explore core concepts of version control, file management, and cloud storage integration using modern technologies.

6 lines (4 loc) 118 B
import fs from "fs"; import path from "path"; export const fsAsync = fs.promises; export const filePath = path;