UNPKG

deps-opengl-raub

Version:

Binaries and headers for OpenGL-dependent addons

13 lines (12 loc) 238 B
declare module "deps-opengl-raub" { /** * Path to binaries * Platform binary directory absolute path */ export const bin: string; /** * Path to includes * Include directory for this module */ export const include: string; }