Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

startsWith

import { startsWith } from "https://cdn.skypack.dev/lodash-es";
function startsWith(
string2,
target,
position,
);
§
startsWith(string2, target, position)
[src]

§Parameters

§
string2
[src]
§
target
[src]
§
position
[src]