mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-15 17:47:49 +08:00
8 lines
118 B
TypeScript
8 lines
118 B
TypeScript
import * as rootDir from 'app-root-dir'
|
|
|
|
let appRootPath: string
|
|
|
|
rootDir.set(__dirname)
|
|
appRootPath = rootDir.get()
|
|
|