[globalize] Add Globalize runtime (#42204)

* [globalize] Add Globalize runtime

* Add globalize-runtime to other_files

* Also export namespace for browser users

* Import from index instead of ./globalize
This commit is contained in:
Daniel Friesen
2020-02-13 15:30:49 -08:00
committed by GitHub
parent 5bf01c6090
commit 22c03fef3f
2 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1 @@
dist/globalize-runtime.d.ts

View File

@@ -0,0 +1,4 @@
import * as Globalize from "../";
export as namespace Globalize;
export = Globalize;