Skip to content

Commit ff564c7

Browse files
committed
Remove returns keyword in function docstring
1 parent 80ae05e commit ff564c7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/analytics/src/helpers.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ export function promiseAllSettled<T>(
6161
* @param policyName A string containing the name of the policy
6262
* @param policyOptions Object containing implementations of instance methods for TrustedTypesPolicy, see {@link https://developer.mozilla.org/en-US/docs/Web/API/TrustedTypePolicy#instance_methods
6363
* | the TrustedTypePolicy reference documentation}.
64-
* @returns
6564
*/
6665
export function createTrustedTypesPolicy(
6766
policyName: string,

0 commit comments

Comments
 (0)