RubyGems
npm
Organizations
Log in
Sign up
npm
@financial-times/dotcom-ui-polyfill-service
Versions diffs
7.3.0 → 7.3.2
@financial-times/dotcom-ui-polyfill-service 7.3.0 → 7.3.2
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (5)
hide
show
package/dist/node/index.d.ts
+1
-0
package/dist/node/polyfillServiceURLs.d.ts
+2
-0
package/dist/tsconfig.tsbuildinfo
+1990
-0
package/package.json
+10
-4
package/src/__test__/polyfillServiceURLs.spec.ts
+18
-0
package/dist/node/index.d.ts
ADDED
Viewed
@@ -0,0 +1 @@
1
+
export * from './polyfillServiceURLs';
package/dist/node/polyfillServiceURLs.d.ts
ADDED
Viewed
@@ -0,0 +1,2 @@
1
+
export declare const core: () => string;
2
+
export declare const enhanced: () => string;
1
2
3
Next ›
Last »