UNPKG

electron-deeplink

Version:

Node module for Electron apps that sets the default handler for a given protocol (deeplinks) in both development and production environments.

6 lines (5 loc) 156 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = { SetRuntimeAppProtocol: function () { return null; } };