embark/packages/embark-core/index.d.ts

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;
}