mirror of
https://github.com/cachix/install-nix-action.git
synced 2025-06-09 02:14:28 +00:00
4 lines
111 B
TypeScript
4 lines
111 B
TypeScript
![]() |
import { URISchemeHandler } from "../uri";
|
||
|
declare const handler: URISchemeHandler;
|
||
|
export default handler;
|