From c468be64ed6cc3d3d3c2a74f15ba1157082f0f5b Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Thu, 14 Feb 2019 00:50:15 +1100 Subject: Cleanup Deno namespace (#1765) --- js/files.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'js/files.ts') diff --git a/js/files.ts b/js/files.ts index a876301f8..e2c7123e6 100644 --- a/js/files.ts +++ b/js/files.ts @@ -57,6 +57,7 @@ export type OpenMode = /** A factory function for creating instances of `File` associated with the * supplied file name. + * @internal */ export function create(filename: string): Promise { return open(filename, "w+"); -- cgit v1.2.3