Files
DefinitelyTyped/xdg-basedir/index.d.ts
Tomek Łaziuk 1c2b6defd2 xdg-basedir
2017-02-07 14:51:18 +01:00

12 lines
436 B
TypeScript

// Type definitions for xdg-basedir 2.0
// Project: https://github.com/sindresorhus/xdg-basedir
// Definitions by: Tomek Łaziuk <https://github.com/tlaziuk>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export const data: string | null;
export const config: string | null;
export const cache: string | null;
export const runtime: string | null;
export const dataDirs: string[];
export const configDirs: string[];