beyond
Version:
The Full Stack Universal Typescript Framework
40 lines (30 loc) • 620 B
JavaScript
module.exports = class {
get root() {
return this.
}
get file() {
return this.
}
get dirname() {
return this.
}
get filename() {
return this.
}
get basename() {
return this.
}
get extname() {
return this.
}
get relative() {
return this.
}
constructor(file) {
this.
}
toJSON() {
return this.
}
}