deno.land / std@0.177.1 / testing / mock_examples / interval.ts

نووسراو ببینە
1
2
3
4
5
// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.export function secondInterval(cb: () => void): number { return setInterval(cb, 1000);}
std

Version Info

Tagged at
11 months ago