mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Add module names for the typedoc, make it work
Mark members with @private for typedoc.
This commit is contained in:
4
tns-core-modules/utils/lazy.d.ts
vendored
4
tns-core-modules/utils/lazy.d.ts
vendored
@@ -1,3 +1,7 @@
|
||||
/**
|
||||
* @module "utils/lazy"
|
||||
*/ /** */
|
||||
|
||||
/**
|
||||
* A function that evaluates the action only once.
|
||||
* @param action The action to be evaluated to get the result.
|
||||
|
||||
Reference in New Issue
Block a user