Skip to main content
Module

x/dnt/tests/test_project/mod.ts

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