Update helpers
This commit is contained in:
parent
12fa81c3ed
commit
a76b515b80
4 changed files with 18 additions and 7 deletions
|
|
@ -11,7 +11,6 @@ const setIndexAlias = (name: string, index: number, type: any) => {
|
|||
}
|
||||
};
|
||||
|
||||
/** @internal */
|
||||
export const applyArrayPlugins = () => {
|
||||
setIndexAlias('x', 0, Array);
|
||||
setIndexAlias('y', 1, Array);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue