aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/glossario/wrapper/index.html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:42:52 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:42:52 -0500
commit074785cea106179cb3305637055ab0a009ca74f2 (patch)
treee6ae371cccd642aa2b67f39752a2cdf1fd4eb040 /files/pt-br/glossario/wrapper/index.html
parentda78a9e329e272dedb2400b79a3bdeebff387d47 (diff)
downloadtranslated-content-074785cea106179cb3305637055ab0a009ca74f2.tar.gz
translated-content-074785cea106179cb3305637055ab0a009ca74f2.tar.bz2
translated-content-074785cea106179cb3305637055ab0a009ca74f2.zip
initial commit
Diffstat (limited to 'files/pt-br/glossario/wrapper/index.html')
-rw-r--r--files/pt-br/glossario/wrapper/index.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/files/pt-br/glossario/wrapper/index.html b/files/pt-br/glossario/wrapper/index.html
new file mode 100644
index 0000000000..1af1581d67
--- /dev/null
+++ b/files/pt-br/glossario/wrapper/index.html
@@ -0,0 +1,18 @@
+---
+title: Wrapper
+slug: Glossario/Wrapper
+tags:
+ - CodingScripting
+ - Glossary
+ - Wrapper
+translation_of: Glossary/Wrapper
+---
+<p><span id="result_box" lang="pt"><span class="alt-edited">Em linguagens de programação, como o JavaScript, um wrapper é uma função destinada a chamar uma ou mais funções, às vezes diretamente por conveniência, e às vezes adaptá-las para fazer uma tarefa ligeiramente diferente no processo.</span></span></p>
+
+<p><span lang="pt"><span class="alt-edited">Por exemplo, as bibliotecas do SDK para AWS são exemplos de wrappers.</span></span></p>
+
+<h2 id="Aprender_mais">Aprender mais</h2>
+
+<h3 id="Conhecimento_Geral">Conhecimento Geral</h3>
+
+<p>{{Interwiki("wikipedia", "Wrapper function")}} em Wikipedia</p>