UNPKG

505 BTypeScriptView Raw
1declare const _default: object;
2/**
3 Concatenates the given arguments into a string.
4
5 Example:
6
7 ```handlebars
8 {{some-component name=(concat firstName " " lastName)}}
9
10 {{! would pass name="<first name value> <last name value>" to the component}}
11 ```
12
13 or for angle bracket invocation, you actually don't need concat at all.
14
15 ```handlebars
16 <SomeComponent @name="{{firstName}} {{lastName}}" />
17 ```
18
19 @public
20 @method concat
21*/
22export default _default;
23//# sourceMappingURL=concat.d.ts.map
\No newline at end of file