mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-21 08:30:24 +00:00
[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:
@@ -0,0 +1 @@
|
||||
dist/globalize-runtime.d.ts
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
import * as Globalize from "../";
|
||||
|
||||
export as namespace Globalize;
|
||||
export = Globalize;
|
||||
Reference in New Issue
Block a user