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 96b4208 commit 444a581Copy full SHA for 444a581
oEmbed.types.ps1xml
@@ -0,0 +1,14 @@
1
+<!-- Generated with EZOut 2.0.6: Install-Module EZOut or https://github.com/StartAutomating/EZOut -->
2
+<Types>
3
+ <Type>
4
+ <Name>oEmbed</Name>
5
+ <Members>
6
+ <ScriptProperty>
7
+ <Name>oEmbedCache</Name>
8
+ <GetScriptBlock>
9
+ return & $this { $script:oEmbedUrlCache }
10
+ </GetScriptBlock>
11
+ </ScriptProperty>
12
+ </Members>
13
+ </Type>
14
+</Types>
0 commit comments