UNPKG

@glandjs/common

Version:

Glands is a web framework for Node.js (@common)

4 lines (3 loc) 189 B
import { DynamicModule } from '../interfaces'; export declare const normalizePath: (path?: string) => string; export declare function isDynamicModule(module: any): module is DynamicModule;