From da78a9e329e272dedb2400b79a3bdeebff387d47 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:17 -0500 Subject: initial commit --- files/ko/glossary/wrapper/index.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 files/ko/glossary/wrapper/index.html (limited to 'files/ko/glossary/wrapper/index.html') diff --git a/files/ko/glossary/wrapper/index.html b/files/ko/glossary/wrapper/index.html new file mode 100644 index 0000000000..3c0786921b --- /dev/null +++ b/files/ko/glossary/wrapper/index.html @@ -0,0 +1,27 @@ +--- +title: Wrapper +slug: Glossary/Wrapper +translation_of: Glossary/Wrapper +--- +

자바스크립트와 같은 프로그래밍 언어에서 래퍼는 하나 이상의 다른 기능들을 호출하기 위한 기능이며, 때로는 순전히 편의상, 때로는 프로세스에서 약간 다른 작업을 하도록 적응시키는 기능이다.

+ +

예를 들어 AWS용 SDK 라이브러리는 래퍼의 한 예이다.

+ +

더 알아보기

+ +

일반적 지식

+ +

Wikipedia의 {{Interwiki("wikipedia", "Wrapper function")}} 

+ + -- cgit v1.2.3-54-g00ecf