2017 © Pedro Peláez
 

library google-closure-library

Fork of Google Closure Library - To provide a composer file - https://github.com/google/closure-library

image

platinumpixs/google-closure-library

Fork of Google Closure Library - To provide a composer file - https://github.com/google/closure-library

  • Saturday, October 28, 2017
  • by pzorn
  • Repository
  • 1 Watchers
  • 0 Stars
  • 95 Installations
  • JavaScript
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Closure Library Build Status

Closure Library is a powerful, low-level JavaScript library designed for building complex and scalable web applications. It is used by many Google web applications, such as Google Search, Gmail, Google Docs, Google+, Google Maps, and others., (*1)

For more information, visit the Google Developers or GitHub sites., (*2)

Download the latest stable version on our releases page., (*3)

Developers, please see the Generated API Documentation., (*4)

See also the goog.ui Demos, (*5)

Using with Node.js

Install the official package from npm., (*6)

npm install google-closure-library

Require the package and use goog.require normally., (*7)

require("google-closure-library");

goog.require("goog.crypt.Sha1");

var sha1 = new goog.crypt.Sha1();
sha1.update("foobar");
var hash = sha1.digest();

The Versions

28/10 2017

dev-master

9999999-dev https://github.com/platinumpixs/google-closure-library

Fork of Google Closure Library - To provide a composer file - https://github.com/google/closure-library

  Sources   Download

Apache-2.0