UNPKG

@zombienet/utils

Version:

Useful utilities for ZombieNet Framework

11 lines (10 loc) 255 B
import { ILoader } from "nunjucks"; export declare class RelativeLoader implements ILoader { private paths; constructor(paths: string[]); getSource(name: string): { src: string; path: string; noCache: boolean; }; }