UNPKG

astl

Version:

AssemblyScript-STL (Standard Template Library, migrated from the C++)

1 lines 61 B
export declare type UnaryPredicator<T> = (val: T) => boolean;