Skip to main content
Module

x/dnt/tests/tla_project/mod.ts

Deno to npm package build tool.
Go to Latest
File
// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license.
await new Promise<void>((resolve) => resolve());
export function add(a: number, b: number) { return a + b;}