Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
07bd5adde8
commit
faff240eb1
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
import { parse } from "std/toml/mod.ts"
|
||||
import { parse } from "std/encoding/toml.ts"
|
||||
|
||||
export default async function toml(path: string | URL) {
|
||||
const content = await Deno.readTextFile(path)
|
||||
|
|
Loading…
Reference in a new issue