TypeScript to język programowania obiektowego o ścisłym typowaniu, który jest kompilowany na JavaScript. TypeScript jest superzestawem języka JavaScript i obsługuje wszystkie jego funkcje oraz opcjonalne typowanie statyczne.
Narzędzie TypeScript może wykrywać błędy, których nie zauważysz w zwykłym kodzie JavaScript, oraz zapobiegać ich występowaniu.
Po zainstalowaniu obiektu masz dostęp do wszystkich typów udostępnionych przez niego w Twoim kodzie.google.ima Możesz też korzystać z uzupełniania kodu i pomocy dotyczącej treści w przypadku metod i właściwości IMA w edytorach kodu źródłowego, które mają te funkcje, np. Visual Studio Code.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2025-03-07 UTC."],[[["TypeScript is a strongly typed, object-oriented programming language that compiles to JavaScript and supports all of JavaScript's features plus optional static typing."],["TypeScript tooling helps in detecting and preventing bugs that might go unnoticed in plain JavaScript."],["DefinitelyTyped is an open-source project containing type declaration files for various packages, including the IMA SDK library."],["Installing the IMA types using npm from the @types/google-interactive-media-ads package gives you access to all types exposed by the google.ima object."],["After installation, source code editors with features like code completion and content assist can be used to take full advantage of IMA methods and properties."]]],[]]