mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-17 22:44:18 +08:00
5 lines
96 B
TypeScript
5 lines
96 B
TypeScript
import pupa = require('pupa');
|
|
|
|
pupa('{str}ing', {str: 'str'});
|
|
pupa('{0}{1}', ['str', 'ing']);
|