UNPKG

@extra-array/head

Version:
10 lines (9 loc) 210 B
declare module "@extra-array/head" { /** * Gets first value. * @param x an array * @param vd default value */ declare function head<T>(x: T[], vd?: T): T; export = head; //# sourceMappingURL=head.d.ts.map}