We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08309d2 commit 717c344Copy full SHA for 717c344
src/for_closure/index.ts
@@ -0,0 +1,16 @@
1
+/**
2
+ * @license
3
+ * SPDX-License-Identifier: Apache-2.0
4
+ */
5
+
6
7
+ * @fileoverview Re-exports some functions from safevalues that the Closure Safe
8
+ * type that are not migrated yet need. These types can't import these functions
9
+ * directly from safevalues because it would create a cyclic dependency.
10
11
12
+export {sanitizeUrl} from '../builders/url_builders';
13
+export {SafeUrl, unwrapUrl} from '../internals/url_impl';
14
15
+goog.tsMigrationNamedExportsShim('safevalues.for_closure');
16
+goog.tsMigrationExportsShimDeclareLegacyNamespace();
0 commit comments