All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.asserts.d.ts Maven / Gradle / Ivy

The newest version!
/**
 * @module ol/asserts
 */
/**
 * @param {*} assertion Assertion we expected to be truthy.
 * @param {string} errorMessage Error message.
 */
export function assert(assertion: any, errorMessage: string): void;
//# sourceMappingURL=asserts.d.ts.map




© 2015 - 2024 Weber Informatics LLC | Privacy Policy