UNPKG

haxe

Version:

Wrapper of Haxe, an open source toolkit based on a modern, high level, strictly typed programming language, a cross-compiler, a complete cross-platform standard library and ways to access each platform's native capabilities.

5 lines (4 loc) 103 B
var path = require('path'); module.exports = function(p) { return path.join(__dirname, '..', p); }