diff options
Diffstat (limited to 'core/examples/wasm.ts')
-rw-r--r-- | core/examples/wasm.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/examples/wasm.ts b/core/examples/wasm.ts index cdb9cf78c..4cf364c3a 100644 --- a/core/examples/wasm.ts +++ b/core/examples/wasm.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. export declare function op_wasm(): void; |