@fjell/core
Version:
Core Item and Key Framework for Fjell
3 lines (2 loc) • 355 B
TypeScript
import { Coordinate, ItemTypeArray } from "@fjell/types";
export declare const createCoordinate: <S extends string, L1 extends string = never, L2 extends string = never, L3 extends string = never, L4 extends string = never, L5 extends string = never>(kta: ItemTypeArray<S, L1, L2, L3, L4, L5> | S, scopes?: string[]) => Coordinate<S, L1, L2, L3, L4, L5>;