UNPKG

typescript-closure-tools

Version:

Command-line tools to convert closure-style JSDoc annotations to typescript, and to convert typescript sources to closure externs files

9 lines (6 loc) 235 B
/// <reference path="../jquery/jquery.d.ts" /> /// <reference path="jquery.base64.d.ts" /> var encoded = $.base64.encode(""); $.base64.decode(encoded); var encodedUTF8 = $.base64.encode("", true); $.base64.decode(encodedUTF8, true);