initial
This commit is contained in:
@ -1,2 +1,3 @@
|
||||
import "typings-global";
|
||||
import * as plugins from "./smarttime.plugins";
|
||||
import * as plugins from './smarttime.plugins'
|
||||
|
||||
export let standardExport = 'Hi there! :) This is a exported string'
|
||||
|
@ -1,3 +1 @@
|
||||
import "typings-global";
|
||||
export import beautylog = require("beautylog");
|
||||
export let q = require("q");
|
||||
import 'typings-global'
|
||||
|
Reference in New Issue
Block a user