UNPKG

@wocker/ws

Version:

Docker workspace for web projects

6 lines (5 loc) 130 B
type Data = { [key: string]: string; }; export declare const injectVariables: (str: string, data: Data) => string; export {};