Skip to main content
Module

x/discord_rpc_deno/deps.ts>path.extname

port of @xhayper/discord-rpc to deno
Latest
function path.extname
import { path } from "https://deno.land/x/discord_rpc_deno@v1.1.4/deps.ts";
const { extname } = path;

Return the extension of the path with leading period.

Parameters

path: string

with extension

Returns

string

extension (ex. for file.ts returns .ts)