mirror of
https://github.com/denoland/deno.git
synced 2024-12-27 17:49:08 -05:00
c67751659c
replace Deno.platform with Deno.build |
||
---|---|---|
.. | ||
basename_test.ts | ||
constants.ts | ||
dirname_test.ts | ||
extname_test.ts | ||
interface.ts | ||
isabsolute_test.ts | ||
join_test.ts | ||
mod.ts | ||
parse_format_test.ts | ||
README.md | ||
relative_test.ts | ||
resolve_test.ts | ||
test.ts | ||
zero_length_strings_test.ts |
Deno Path Manipulation Libraries
Usage:
import * as path from "https://deno.land/std/fs/path.ts";