UNPKG

st-bundle

Version:

CLI for watching and bundling SpringType projects.

7 lines (6 loc) 215 B
export declare const htmlStrings: { scriptTag: (path: string) => string; embedScriptTag: (contents: string) => string; cssTag: (path: string) => string; cssTagScript: (content: string) => string; };