mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
fixes to long comment
This commit is contained in:
4
types/custom-functions-runtime/index.d.ts
vendored
4
types/custom-functions-runtime/index.d.ts
vendored
@@ -10,7 +10,7 @@ Copyright (c) Microsoft Corporation
|
||||
*/
|
||||
|
||||
/**
|
||||
* Specific to Excel Custom Functions. Enables you to set key-value pairs where the key is the uppercase id of a function in the custom function's JSON metadata file and the value is the name of the function as defined in the function's JavaScript file.
|
||||
* Specific to Excel Custom Functions. Enables you to set key-value pairs (uppercase id of a function in the custom function's JSON metadata file: the name of the function as defined in the function's JavaScript file).
|
||||
*/
|
||||
declare let CustomFunctionMappings: { [key: string]: Function };
|
||||
/**
|
||||
@@ -37,4 +37,4 @@ declare namespace CustomFunctions {
|
||||
*/
|
||||
onCanceled: () => void;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user