header for non auto-generated files

This commit is contained in:
motemen 2015-11-12 11:56:07 +09:00
parent 67c57d7e33
commit 3250f87344

View File

@ -1,3 +1,8 @@
// Type definitions for Google Apps Script 2015-11-12
// Project: https://developers.google.com/apps-script/
// Definitions by: motemen <https://github.com/motemen/>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare module GoogleAppsScript {
type BigNumber = any;
type Byte = number;