MCPcopy Create free account
hub / github.com/denoland/std / multiply

Method multiply

data_structures/_test_utils.ts:3–5  ·  view source on GitHub ↗
(a: number, b: number)

Source from the content-addressed store, hash-verified

1// Copyright 2018-2026 the Deno authors. MIT license.
2export class MyMath {
3 multiply(a: number, b: number): number {
4 return a * b;
5 }
6}
7
8export interface Container {

Callers 4

deque_test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected