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