UNPKG
@criticalmanufacturing/node-package-bundler
Version:
latest (1.1.0)
1.1.0
1.0.2
1.0.1
1.0.0
Connect IoT Package Bundler
github.com/criticalmanufacturing/node-packagebundler
@criticalmanufacturing/node-package-bundler
/
src
/
processors
/
libraryFont.d.ts
7 lines
(6 loc)
•
180 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
class
LibraryFontProcessor
{
private
_logger;
private
_paths;
private
_finalTemplates;
process
(
fontConfigPath
:
string
,
destination
:
string
):
void
; }