deno.land / std@0.166.0 / node / _module / example.js

نووسراو ببینە
1
2
3
4
5
// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license.// deno-lint-ignore no-undefconst leftPad = require("left-pad");console.log(leftPad("foo", 5)); // => " foo"
std

Version Info

Tagged at
a year ago