UNPKG

jsfast

Version:

Fastjs(jsfast) is a useful, lightweight JavaScript library for any types of project.

5 lines (4 loc) 163 B
import type { FastjsModuleBase } from "./def"; export declare function createModule<T extends { [key: string]: any; }>(module: () => T): T & FastjsModuleBase;