UNPKG

windo69lib

Version:

Pre-built version of DPAPI (Data Protection API of Windows). Encrypt and decrypt data.

10 lines (9 loc) 412 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.Dpapi = void 0; const path_1 = __importDefault(require("path")); exports.Dpapi = require("node-gyp-build")(path_1.default.join(__dirname, "..")); exports.default = exports.Dpapi;