deno.land / std@0.173.0 / collections / _test_utils.ts

_test_utils.ts
نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.export class MyMath { multiply(a: number, b: number): number { return a * b; }}
export interface Container { id: number; values: number[];}
std

Version Info

Tagged at
a year ago