fix(core): update

This commit is contained in:
2020-03-27 13:40:03 +00:00
parent a84368fd42
commit 0a1bf06048
29 changed files with 1814 additions and 2230 deletions

View File

@@ -1,10 +1,3 @@
/// <reference path="typings/tsd.d.ts" />
var path = require("path");
var openURL = require("open");
import * as plugins from './smarturl.plugins';
var smarturl:any = {};
smarturl.open = openURL;
module.exports = smarturl;
export let standardExport = 'Hi there! :) This is an exported string';