From a9d93fc6fcd388a2f86717bff7c3b7b2bb419b25 Mon Sep 17 00:00:00 2001 From: "ester.zhou" Date: Mon, 1 Aug 2022 19:59:03 +0800 Subject: [PATCH] update js-apis-environment.md Signed-off-by: ester.zhou --- en/application-dev/reference/apis/js-apis-environment.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/application-dev/reference/apis/js-apis-environment.md b/en/application-dev/reference/apis/js-apis-environment.md index 942e514367..d023cdc840 100644 --- a/en/application-dev/reference/apis/js-apis-environment.md +++ b/en/application-dev/reference/apis/js-apis-environment.md @@ -1,12 +1,12 @@ # Environment +This module provides JS APIs for obtaining the root directories of the storage and public files. + > **NOTE** > > - The initial APIs of this module are supported since API version 8. Newly added APIs will be marked with a superscript to indicate their earliest API version. > - The APIs of this module are system APIs and cannot be called by third-party applications. -This module provides JS APIs for obtaining the root directories of the storage and public files. - ## Modules to Import ```js -- GitLab