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