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

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

Version Info

Tagged at
a year ago