mirror of https://github.com/embarklabs/embark.git
6 lines
211 B
TypeScript
6 lines
211 B
TypeScript
|
declare module "embark-core" {
|
||
|
function dappPath(...names: string[]): string;
|
||
|
function embarkPath(...names: string[]): string;
|
||
|
function ipcPath(basename: string, usePipePathOnWindows?: boolean): string;
|
||
|
}
|