mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-27 09:22:53 +00:00
!2396 Rectify d.ts file specification
Merge pull request !2396 from 小马奔腾/master
This commit is contained in:
commit
fcfafb8189
7
api/@ohos.process.d.ts
vendored
7
api/@ohos.process.d.ts
vendored
@ -22,7 +22,12 @@
|
||||
*/
|
||||
|
||||
declare namespace process {
|
||||
|
||||
/**
|
||||
* The childprocess object can be used to create a new process.
|
||||
* @since 7
|
||||
* @syscap SystemCapability.Utils.Lang
|
||||
* @systemapi Hide this for inner system use
|
||||
*/
|
||||
export interface ChildProcess {
|
||||
/**
|
||||
* return pid is the pid of the current process
|
||||
|
2
api/@ohos.util.d.ts
vendored
2
api/@ohos.util.d.ts
vendored
@ -305,7 +305,7 @@ declare namespace util {
|
||||
toString(): string;
|
||||
}
|
||||
|
||||
class LruBuffer {
|
||||
class LruBuffer<K, V> {
|
||||
/**
|
||||
* Default constructor used to create a new LruBuffer instance with the default capacity of 64.
|
||||
* @since 8
|
||||
|
Loading…
Reference in New Issue
Block a user