Skip to main content
Module

x/live/hooks/useScript.ts>useScript

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Very Popular
Go to Latest
function useScript
import { useScript } from "https://deno.land/x/live@1.96.2/hooks/useScript.ts";

Type Parameters

T extends (...args: any[]) => any

Parameters

fn: T
...params: Parameters<T>