modified: src/lib/templates.ts
This commit is contained in:
parent
8bc0337e4f
commit
b706fc7954
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ export interface ScriptTemplate {
|
|||
|
||||
|
||||
|
||||
|
||||
export function getTemplatesForPlatform(platform: PlatformId): ScriptTemplate[] {
|
||||
return templates.filter(t => t.platform === platform);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue