mirror of https://github.com/fantasticit/think.git
7 lines
208 B
JavaScript
7 lines
208 B
JavaScript
|
"use strict";
|
||
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||
|
exports.IFileService = void 0;
|
||
|
class IFileService {
|
||
|
}
|
||
|
exports.IFileService = IFileService;
|
||
|
//# sourceMappingURL=IFileService.js.map
|