mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-01 15:50:13 +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:
1
types/globalize/OTHER_FILES.txt
Normal file
1
types/globalize/OTHER_FILES.txt
Normal file
@@ -0,0 +1 @@
|
||||
dist/globalize-runtime.d.ts
|
||||
4
types/globalize/dist/globalize-runtime.d.ts
vendored
Normal file
4
types/globalize/dist/globalize-runtime.d.ts
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
import * as Globalize from "../";
|
||||
|
||||
export as namespace Globalize;
|
||||
export = Globalize;
|
||||
Reference in New Issue
Block a user