mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-13 21:06:14 +08:00
fix line spacing
This commit is contained in:
8
types/custom-functions-runtime/index.d.ts
vendored
8
types/custom-functions-runtime/index.d.ts
vendored
@@ -9,13 +9,12 @@ office-js
|
||||
Copyright (c) Microsoft Corporation
|
||||
*/
|
||||
|
||||
|
||||
////////////////////////////////////////////////////////////////
|
||||
//////////////////// Begin custom-functions-runtime ////////////
|
||||
////////////////////////////////////////////////////////////////
|
||||
|
||||
/*
|
||||
* Enables you to map your own name that uses lowercase letters to a function.
|
||||
/*
|
||||
* Enables you to map your own name that uses lowercase letters to a function.
|
||||
*/
|
||||
declare let CustomFunctionMappings: { [key: string]: Function };
|
||||
|
||||
@@ -37,7 +36,6 @@ declare namespace CustomFunctions {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
////////////////////////////////////////////////////////////////
|
||||
//////////////////// End custom-functions-runtime ////////////
|
||||
////////////////////////////////////////////////////////////////
|
||||
////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user